diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-06-22 08:27:09 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-06-22 08:27:09 +0000 |
commit | cf5b410704260a688f4d61a8fbf15987cae33bc6 (patch) | |
tree | 0f19a24b291b306c230722c2b9d834a47acdd6ae /test-requirements.txt | |
parent | ea8b9e7a160e0a154ceeedbacff3d4d15ce66a34 (diff) | |
download | oslo-middleware-cf5b410704260a688f4d61a8fbf15987cae33bc6.tar.gz |
Updated from global requirements
Change-Id: I9ceca37d91690cbb66ad8789b9a72a92cd450170
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 52cc789..962a842 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,10 +3,10 @@ # process, which may cause wedges in the gate later. fixtures>=0.3.14 -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0 mock>=1.0 -oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.5.1 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -testtools>=0.9.36,!=1.2.0 +oslosphinx>=2.5.0 # Apache-2.0 +oslotest>=1.5.1 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +testtools>=1.4.0 coverage>=3.6 |