summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-17 03:51:56 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-17 03:51:56 +0000
commit7c33804ef2b2c152b81028deaaab4027c63b7ca0 (patch)
tree9af877b0f6cb7d2ad5d7150aea0ba864defc5b10 /test-requirements.txt
parent879665d3041e74df4b287b4c18b88288850cf11c (diff)
downloadneutron-7c33804ef2b2c152b81028deaaab4027c63b7ca0.tar.gz
Updated from global requirements
Change-Id: Ia887d89a60a96ede04460dc06135c9c016b232d8
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 39fae76b5c..f5ab88c99b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,11 +3,11 @@
# process, which may cause wedges in the gate later.
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT