diff --git a/test-requirements.txt b/test-requirements.txt index 717eaa2ba..ab8aa6072 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 coverage>=3.6 discover diff --git a/tox.ini b/tox.ini index 384db6b26..a3220eaf4 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' downloadcache = ~/cache/pip [flake8] -ignore = E12,F841,F811,F821,H302,H404 +# TODO fix following rules from hacking 0.9 +# E131,E265,H233,H305,H307,H402,H405,H904 +ignore = E12,E131,E265,F841,F811,F821,H233,H302,H305,H307,H402,H404,H405,H904 show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build