Merge "Bump hacking"
This commit is contained in:
commit
3c705fa886
@ -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
@ -39,7 +39,7 @@ commands =
|
|||||||
stestr --test-path {env:OS_TEST_PATH} run --slowest {posargs}
|
stestr --test-path {env:OS_TEST_PATH} 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