summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 00:52:56 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 00:52:56 +0000
commit831cbf8ecd87229b12177f6e449bac1859986e1c (patch)
tree18fd6943c9edfcf2f50b0bb166294f04b19c78df
parent8f5cfda6642ea7f75206d3183c2507e2e83c5693 (diff)
downloadoslo-messaging-831cbf8ecd87229b12177f6e449bac1859986e1c.tar.gz
Updated from global requirements5.24.1
Change-Id: Ic34a619440024e0f59f4e11fe6e248370995d5c7
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 711a433..432c62e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25,7 +25,7 @@ kafka-python>=1.3.1 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx>=1.5.1 # BSD