diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-05-15 00:53:14 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-05-15 00:53:14 +0000 |
commit | 9e913db6ad41b3467fc9d4d4e939ae4e6f45f8c2 (patch) | |
tree | e0a17d300c25acd39f6540ebb30eb185ae3afa7a /test-requirements.txt | |
parent | 3be07ed24acb5f4f9972f6c2b1e21b158b25f1a3 (diff) | |
download | oslo-utils-9e913db6ad41b3467fc9d4d4e939ae4e6f45f8c2.tar.gz |
Updated from global requirements3.25.1
Change-Id: I3a8470b683b6e856b906d525fc6a085d0e6ee442
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 2fe4170..fe0f99d 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>=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 |