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: I8f59083d1c0673b94fa94acb37f11a5dd0ee040d
This commit is contained in:
Davanum Srinivas 2014-06-11 21:54:00 -04:00
parent 6c283cdf55
commit 18601d3234
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
hacking>=0.8.0,<0.9
hacking>=0.9.1,<0.10
discover
fixtures>=0.3.14

View File

@ -21,5 +21,6 @@ commands = {posargs}
[flake8]
show-source = True
ignore = H305
exclude = .tox,dist,doc,*.egg,build
builtins = _