summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2014-11-03 17:12:24 +0200
committerJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2014-11-03 18:23:04 +0200
commitf5f4f90e5170a2c67ff0b5198b2e8b57b5d42341 (patch)
treef4d1cbb86554ade9e9af605273576fb651552ae4 /test-requirements.txt
parent17c11b1239dcf2360597d13e4e34f8a8c8e96ecf (diff)
downloadpython-barbicanclient-f5f4f90e5170a2c67ff0b5198b2e8b57b5d42341.tar.gz
Sync with global requirements3.0.1
In addition, the test code was updated to fix a test failure. This failure occurred due to a change of behaviour from the version we were using of cliff, which now differs in version 1.7.0. Change-Id: I06782928414561f7cb4088e385e82c882de4ff46
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index baa7a28..e97fc32 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,10 +1,13 @@
+# 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.
coverage>=3.6
discover
hacking>=0.7.0
-httpretty>=0.8.0
-mock>=1.0.1
-testrepository>=0.0.17
-testtools>=0.9.32,<0.9.35
+httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
+mock>=1.0
+testrepository>=0.0.18
+testtools>=0.9.34
# Documentation build requirements
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3