summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-11 15:28:01 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-11 15:28:01 +0000
commit36ad09c4fd6af691f0a7c3c47c9876187bcf71c8 (patch)
tree75ac5e304b396812cfa819075425f8a9e3d38f7d
parent762ea63aebca6df67a436344553bc16eeaf84c38 (diff)
downloadpython-cinderclient-36ad09c4fd6af691f0a7c3c47c9876187bcf71c8.tar.gz
Updated from global requirements
Change-Id: I4b286ae4f8707642113f7caf7601aa4ffb05a00e
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0d73af9..22bfb57 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,10 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
coverage>=3.6
discover
-fixtures>=0.3.14
+fixtures<1.3.0,>=0.3.14
mock<1.1.0,>=1.0
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
python-subunit>=0.0.18