Bump hacking to 0.9.x series

In order to keep this patch to just a requirements bump, ignore new and
stricter hacking rules that are being triggered. Fixing up the code and
turning these on is out of scope of this patch and is for future patches.

Change-Id: I632655eb975a9f6c2b922c065c029e9870bc2b70
This commit is contained in:
Davanum Srinivas 2014-06-11 21:55:05 -04:00
parent 6f0e998514
commit 455b47168f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
hacking>=0.8.0,<0.9 hacking>=0.9.1,<0.10
coverage>=3.6 coverage>=3.6
discover discover

View File

@ -35,7 +35,7 @@ commands =
# E123, E125 skipped as they are invalid PEP-8. # E123, E125 skipped as they are invalid PEP-8.
show-source = True show-source = True
ignore = E123,E125,H803 ignore = E123,E125,E128,E265,H305,H307,H402,H405,H703,H803,H904
builtins = _ builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build