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: I5711e066da1076486d291bc4f45359ecb26e1b1a
This commit is contained in:
Davanum Srinivas 2014-06-11 21:55:45 -04:00
parent 290fd75dac
commit d0254b736e
2 changed files with 2 additions and 1 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

@ -22,5 +22,6 @@ commands = {posargs}
[flake8]
show-source = True
ignore = E226,E241,E265,E714,H237,H305,H307,H402,H405,H904
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _