summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 00:54:11 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 00:54:11 +0000
commit7aa1912e43ddfcbe6e24f76be574981fb62445a5 (patch)
tree86ce247a80408dcada781b7702dd1c16131491a4
parentf7c6cfd42d2825cb443815910b0432ea484145d2 (diff)
downloadpython-keystoneclient-7aa1912e43ddfcbe6e24f76be574981fb62445a5.tar.gz
Updated from global requirements
Change-Id: I4b2dae6b4fcb887dcc21bd6540109df6e9952a47
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e5dcda8..5b58c4f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@
hacking<0.11,>=0.10.0
flake8-docstrings==0.2.1.post1 # MIT
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
keyring>=5.5.1 # MIT/PSF
lxml!=3.7.0,>=2.3 # BSD