diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-05-15 00:54:47 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-05-15 00:54:47 +0000 |
| commit | 0181de38afc8cc4b96f226b00e173fb0c0d2e4dc (patch) | |
| tree | b924b63ac97a592f4d1ec1770fba3f0a03ea05f2 | |
| parent | 8770b6ed5ce0e8c98a9818cec67e773bd4e841f1 (diff) | |
| download | python-openstackclient-0181de38afc8cc4b96f226b00e173fb0c0d2e4dc.tar.gz | |
Updated from global requirements
Change-Id: I6210e31952a6c4b6a07f5ea357500130d41dacd6
| -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 467b9695..136ccf8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. 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 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD oslosphinx>=4.7.0 # Apache-2.0 |
