summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-17 13:48:10 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-17 13:48:10 +0000
commit42638f2bf3307c788316c82ab35bf01ebac8c8c0 (patch)
treed993c81d85f0dd870c4ddd5d3b6ddcd910600d9f
parentec8f632fe58b230d1001a4075b6b0ee9c4c278f3 (diff)
downloadoslo-rootwrap-42638f2bf3307c788316c82ab35bf01ebac8c8c0.tar.gz
Updated from global requirements
Change-Id: I2a35b4851cccfa4fbb4c6c0414ffc0bbcb0c154b
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 06172c3..0f69772 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,7 +10,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# this is required for the docs build jobs
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
@@ -19,6 +19,6 @@ oslotest>=1.10.0 # Apache-2.0
mock>=2.0 # BSD
# rootwrap daemon's client should be verified to run in eventlet
-eventlet!=0.18.3,>=0.18.2 # MIT
+eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT
reno>=1.8.0 # Apache-2.0