diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-03-10 17:15:10 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-03-10 17:15:10 +0000 |
| commit | 831604f2ed5c4e882a0d237e4b5364579987bca1 (patch) | |
| tree | 220d0c437ec80c084ab897e89009404ef9ed2b3a | |
| parent | 6635aa40a98967ecad99f48d833e21fe6fd0e9e0 (diff) | |
| download | python-neutronclient-831604f2ed5c4e882a0d237e4b5364579987bca1.tar.gz | |
Updated from global requirements
Change-Id: I2cea51484dd9a65b686e8def03466f3e94a05bd0
| -rw-r--r-- | test-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 78f401c..e7b7a9f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -cliff-tablib>=1.0 +cliff-tablib<2.0,>=1.0 coverage>=3.6 discover fixtures<1.3.0,>=0.3.14 @@ -15,5 +15,5 @@ python-subunit>=0.0.18 requests-mock>=0.6.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 testrepository>=0.0.18 -testtools!=1.2.0,>=0.9.36 +testtools!=1.2.0,<2.0.0,>=0.9.36 tempest-lib<0.5.0,>=0.4.0 |
