summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSergey Vilgelm <sergey@vilgelm.info>2015-07-02 16:51:42 +0300
committerSergey Vilgelm <sergey@vilgelm.info>2015-07-02 16:51:42 +0300
commit862aca7f32cec01bc3ae5596611907c741a6055a (patch)
tree07471f5b7fb2d9dde154ca212dbe50258ebb344d /test-requirements.txt
parentc9021c2116b2eb68089d67ee615c3948716b8d76 (diff)
downloadoslo-messaging-862aca7f32cec01bc3ae5596611907c741a6055a.tar.gz
Manual update the requirements
According to the disscussion[1] we have to remove the requirements-PYN.txt [1] http://lists.openstack.org/pipermail/openstack-dev/2015-July/068469.html Change-Id: I9de07e595f6f75b91ef3f92fddcd95300b15e772
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c962f4a..66359de 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,20 +3,20 @@
# 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
discover
-fixtures>=0.3.14
+fixtures>=1.3.1
mock>=1.0
mox3>=0.7.0
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-oslotest>=1.5.1 # Apache-2.0
+testtools>=1.4.0
+oslotest>=1.5.1 # Apache-2.0
# for test_qpid
-qpid-python
+qpid-python;python_version=='2.7'
# for test_matchmaker_redis
redis>=2.10.0
@@ -30,5 +30,5 @@ pyzmq>=14.3.1 # LGPL+BSD
coverage>=3.6
# this is required for the docs build jobs
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0