Merge "Update to latest hacking (0.10.0)"

This commit is contained in:
Jenkins 2015-01-10 22:39:54 +00:00 committed by Gerrit Code Review
commit 6ab414d5c8
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.4,<0.10
hacking>=0.10.0,<0.11
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.4,<0.10
hacking>=0.10,<0.11
fixtures>=0.3.14
testrepository>=0.0.18
testtools>=0.9.36