summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-16 12:20:42 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-16 12:20:42 +0000
commit20dba3fb8834d4bf534aeefd173f2c8a1fa4a7b3 (patch)
treea065fb4669c20fc648c1587233913ea603c668bd /test-requirements.txt
parent7eef50e738e4207749615b1ffe5f30af69cd051a (diff)
downloadironic-20dba3fb8834d4bf534aeefd173f2c8a1fa4a7b3.tar.gz
Updated from global requirements
Change-Id: I661a08ce6d9cc94b9cd6905777b9dad1d92bd14c
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 959323cf5..1015aef14 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# 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
doc8 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD