Bump hacking to 0.9.x
Hacking 0.9.0 had a minor bug so require 0.9.2 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: I64f46c92e49625a519c902d402be94c914c50816
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
hacking>=0.8.0,<0.9
|
||||
hacking>=0.9.2,<0.10
|
||||
Babel>=1.3
|
||||
coverage>=3.6
|
||||
discover
|
||||
|
||||
Reference in New Issue
Block a user