summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2016-08-23 13:22:58 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2016-08-23 13:22:58 -0700
commit1370e62e9a4aab1d3cb289f0a7d2379cfc8fd372 (patch)
tree4686afd1f71ed56814e42c188e6606528d6d2914 /test-requirements.txt
parent89cb62c758a602a59c23fec6cd819470ed63d250 (diff)
downloadpython-ironicclient-1370e62e9a4aab1d3cb289f0a7d2379cfc8fd372.tar.gz
Update hacking test-requirement
Update the hacking test-requirement to match openstack/requirements global-requirements.txt The hacking requirement is not updated by the proposal bot. Change-Id: I02c9025135e5e4ef6e41b45b46506727d8606504
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index df63356..4c170f4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking<0.11,>=0.10.0
+hacking>=0.11.0,<0.12 # Apache-2.0
coverage>=3.6 # Apache-2.0
doc8 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD