Update to latest hacking

We need to quickly update global requirements to
unblock the gate to get this fix in 0.9.4 of
hacking
 I4b42d081965b6d898b178cbe9232b47cfed17d8a

Without this fix, the new oslo concurrency shim
is not detected as a module and flake8 fails.

Change-Id: Ia1c90a0b13ee2ab79be71c71990cb2b86f44b127
This commit is contained in:
Davanum Srinivas 2014-12-02 14:51:23 -05:00
parent 29c2e207d6
commit 4594cdc4d0
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ doc8 # Apache-2.0
feedparser
fixtures>=0.3.14
flake8==2.2.4
hacking>=0.9.2,<0.10
hacking>=0.9.4,<0.10
hgtools # dependency of pytest-runner that is only in setup_requires
httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
keyring>=2.1,!=3.3

View File

@ -1,6 +1,6 @@
# NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list
hacking>=0.9.2,<0.10
hacking>=0.9.4,<0.10
testrepository>=0.0.17
testscenarios>=0.4
testtools>=0.9.32,<0.9.35