diff --git a/test-requirements.txt b/test-requirements.txt index b9c75c86f0..f63d34e46c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.8.0,<0.9 +hacking>=0.9.2,<0.10 # needed for doc build docutils==0.9.1 sphinx>=1.2.1,<1.3 diff --git a/tox.ini b/tox.ini index 6b4acc6f56..2603bd27ee 100644 --- a/tox.ini +++ b/tox.ini @@ -99,6 +99,7 @@ import_exceptions = tempest.services [flake8] # E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved. For further detail see https://review.openstack.org/#/c/36788/ -ignore = E125,H404 +# Skipped because of new hacking 0.9: H407,H405,H904,H305,E123,H307,E122,E129,E128,H402,E251,E113,E111,H302,F812,E713 +ignore = E125,H404,H407,H405,H904,H305,E123,H307,E122,E129,E128,H402,E251,E265,E113,E111,H302,F812,E713 show-source = True exclude = .git,.venv,.tox,dist,doc,openstack,*egg