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: I2eff542897a800457dedb7fb3fbea5283c5165ca
This commit is contained in:
Davanum Srinivas 2014-06-11 21:57:01 -04:00
parent c01e1ec05f
commit 633686a8e6
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
hacking>=0.9.1,<0.10
discover
fixtures>=0.3.14

View File

@ -20,8 +20,9 @@ commands = {posargs}
[flake8]
show-source = True
ignore = H305,H405,H904
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
builtins = _
[hacking]
import_exceptions = oslo.vmware.openstack.common.gettextutils._
import_exceptions = oslo.vmware.openstack.common.gettextutils._