summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-10-22 01:25:52 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-10-22 01:25:52 +0000
commit2096e72f72c57a034ec60169272ef075798ccff1 (patch)
treef7bdff946c64850a0c326ec94520c31b5aaafe29
parent33018edc398dc93506f54d2ab29478d14b8f0814 (diff)
downloadoslo-config-2096e72f72c57a034ec60169272ef075798ccff1.tar.gz
Updated from global requirements
Change-Id: I1dfd0fd5415b7fabb90755bf8ca17f4b5c8da762
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4795629..b3b9149 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,7 +14,7 @@ oslotest>=1.10.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD