Bump hacking
hacking 3.0.x is too old. Change-Id: I274b6ef21061336a11070ccf5edfe11c990cbc28
This commit is contained in:
parent
1822ce0b3d
commit
f5cef98b0a
@ -142,7 +142,7 @@ _code_map = dict(
|
|||||||
|
|
||||||
|
|
||||||
def from_response(response, url, method=None):
|
def from_response(response, url, method=None):
|
||||||
"""Return an instance of one of the ClientException on an requests response.
|
"""Return an instance of ClientException on an requests response.
|
||||||
|
|
||||||
Usage::
|
Usage::
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -30,7 +30,7 @@ deps =
|
|||||||
commands = pifpaf run aodh -- stestr run --slowest {posargs}
|
commands = pifpaf run aodh -- stestr run --slowest {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = hacking<3.1.0,>=3.0
|
deps = hacking>=6.1.0,<6.2.0
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Loading…
Reference in New Issue
Block a user