summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-02-17 18:04:03 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-02-17 18:04:03 +0000
commitd4da5911cd535f4fc9a2c246e72eb063d51650d0 (patch)
tree002c73215d651f15823628a4d16508e21a9c1235
parent1a7ab759ba71f5a094a58c5f5730606bf2418dbd (diff)
downloadtaskflow-d4da5911cd535f4fc9a2c246e72eb063d51650d0.tar.gz
Updated from global requirementsmitaka-eolstable/mitaka
Change-Id: Ie24c528938e892136cf46151d27cbbfa6711fcd4
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 10eeba7..6fcf9a2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,7 +9,7 @@ testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
# Used for testing the WBE engine.
-kombu>=3.0.25 # BSD
+kombu!=4.0.0,!=4.0.1,>=3.0.25 # BSD
# Used for doc style checking
doc8 # Apache-2.0
@@ -26,7 +26,7 @@ SQLAlchemy<1.1.0,>=1.0.10 # MIT
alembic>=0.8.0 # MIT
psycopg2>=2.5 # LGPL/ZPL
sqlalchemy-utils # BSD License
-PyMySQL>=0.6.2 # MIT License
+PyMySQL!=0.7.7,>=0.6.2 # MIT License
# Used for making sure we still work with eventlet.
eventlet!=0.18.3,>=0.18.2 # MIT