summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-25 23:03:34 +0000
committerGerrit Code Review <review@openstack.org>2016-08-25 23:03:34 +0000
commit81c2543509f3d6a1b80fe699ccfd214567d231f6 (patch)
treed95e22b798d72f68ac7ce3920e57ccbddc125a33 /test-requirements.txt
parent9ded4d2b7d7b635f3a4340b891a4a6faf56e1544 (diff)
parent1370e62e9a4aab1d3cb289f0a7d2379cfc8fd372 (diff)
downloadpython-ironicclient-81c2543509f3d6a1b80fe699ccfd214567d231f6.tar.gz
Merge "Update hacking test-requirement"
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 03b7596..db54f5f 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