Merge "Use a recent hacking version"

This commit is contained in:
Zuul 2017-10-31 13:21:04 +00:00 committed by Gerrit Code Review
commit 7c948788c8
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
# NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT

View File

@ -40,6 +40,8 @@ commands = validate-constraints {toxinidir}/global-requirements.txt {toxinidir}/
commands = validate-projects {toxinidir}/projects.txt
[testenv:pep8]
deps = hacking>=1.0.0
basepython = python3
commands = flake8
[testenv:bashate]