Bump hacking to 0.9.x series

Hacking 0.9.0 had a minor bug so require 0.9.1 or higher.

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: Iafbd4adae8c6b446d53b62dfc490eab8e76a43ac
This commit is contained in:
Matthew Treinish 2014-06-09 15:39:34 -04:00
parent 1bca50c070
commit b013678a10
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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