summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2015-06-05 14:54:58 +0000
committerLouis Taylor <louis@kragniz.eu>2015-06-05 15:23:33 +0000
commitdfa98ab04c7fb7260b25e92af18caa2a016698c6 (patch)
tree4aed5b4e8b7653c99589a9141f11539dcf4fed2b /test-requirements.txt
parentd80c70e58abdc4260600ceadc81a49802d7878d6 (diff)
downloadpython-glanceclient-dfa98ab04c7fb7260b25e92af18caa2a016698c6.tar.gz
Updated from global requirements
Also update hacking to hacking>=0.10.0,<0.11 to get around breakage with pbr dependency. Change-Id: Ic5e2d8df6993397ee4d1b087d96cc6667bd72acc
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c2c4b42..99714ee 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.8.0,<0.9
+hacking>=0.10.0,<0.11
coverage>=3.6
discover
@@ -12,4 +12,4 @@ testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
fixtures>=0.3.14
requests-mock>=0.6.0 # Apache-2.0
-tempest-lib>=0.4.0
+tempest-lib>=0.5.0