summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 00:52:47 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 00:52:47 +0000
commit311e8b8441b22ba6235bd69360adcd8676e98017 (patch)
tree05f904add9223ac3b2b7ba851494f3dea50f8a8b /setup.cfg
parentd5f1f288a456d89fb9f91e0fe41b962c358ded1a (diff)
downloadoslo-db-311e8b8441b22ba6235bd69360adcd8676e98017.tar.gz
Updated from global requirements
Change-Id: Ie5929cf12a5547694a1d1a846ab29ce320d3afc3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index efcf788..255f524 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,7 @@ postgresql =
# Dependencies for testing oslo.db itself.
test =
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
eventlet!=0.18.3,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD