summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-08 13:46:51 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-08 13:46:51 +0000
commit92e1e3e14e1f85000711329fd5a551ceefeec655 (patch)
treed1446441693a0f717f1825025bfe59202a9a0de3
parente6c918f50605955cc7e4369aad70db87e39a857d (diff)
downloadoslo-messaging-92e1e3e14e1f85000711329fd5a551ceefeec655.tar.gz
Updated from global requirements
Change-Id: I69811349ea168ef6c7c26073e9417015622f5782
-rw-r--r--requirements-py3.txt2
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements-py3.txt12
-rw-r--r--test-requirements.txt12
4 files changed, 14 insertions, 14 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index fcd884d..47ebb11 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -15,7 +15,7 @@ Babel>=1.3,<=1.3
PyYAML>=3.1.0,<=3.10
# rabbit driver is the default
-kombu==3.0.7
+kombu>=2.5.0,<=3.0.7
# middleware
WebOb>=1.2.3,<=1.3.1
diff --git a/requirements.txt b/requirements.txt
index 43af1d6..bb9e9b1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,4 +20,4 @@ Babel>=1.3,<=1.3
PyYAML>=3.1.0,<=3.10
# rabbit driver is the default
-kombu==3.0.7
+kombu>=2.5.0,<=3.0.7
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 6cdf527..c182aa1 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -4,15 +4,15 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.9.1,<0.10
-discover
+discover<=0.4.0
fixtures>=0.3.14,<=1.0.0
-mock>=1.0
-mox3>=0.7.0
+mock>=1.0,<=1.0.1
+mox3>=0.7.0,<=0.7.0
python-subunit>=0.0.18,<=1.0.0
testrepository>=0.0.18,<=0.0.20
-testscenarios>=0.4
+testscenarios>=0.4,<=0.4
testtools>=0.9.34,!=1.4.0,<=1.5.0
-oslotest>=1.1.0 # Apache-2.0
+oslotest>=1.1.0,<1.4.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -21,4 +21,4 @@ coverage>=3.6,<=3.7.1
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9347a72..7400104 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,15 +4,15 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.9.2,<0.10
-discover
+discover<=0.4.0
fixtures>=0.3.14,<=1.0.0
-mock>=1.0
-mox3>=0.7.0
+mock>=1.0,<=1.0.1
+mox3>=0.7.0,<=0.7.0
python-subunit>=0.0.18,<=1.0.0
testrepository>=0.0.18,<=0.0.20
-testscenarios>=0.4
+testscenarios>=0.4,<=0.4
testtools>=0.9.34,!=1.4.0,<=1.5.0
-oslotest>=1.1.0 # Apache-2.0
+oslotest>=1.1.0,<1.4.0 # Apache-2.0
# for test_qpid
qpid-python<=0.26.1
@@ -24,4 +24,4 @@ coverage>=3.6,<=3.7.1
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.2.0,<2.5.0 # Apache-2.0