diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-09-20 03:35:27 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-09-20 03:35:27 +0000 |
commit | 8883d324baff9ec571344e52ebfa0bbe0a092bc7 (patch) | |
tree | 8765db6aea9b59f7d2c15013d82bac62f7a19be7 | |
parent | c84688e82f5da5acdfac0d08b9930fbc8b1daf82 (diff) |
Updated from global requirements
Change-Id: If325910b5a18b571dfbb3a18f520b571b11a0f82
Notes
Notes (review):
Code-Review+2: Luis Tomas Bolivar <ltomasbo@redhat.com>
Workflow+1: Daniel Mellado <dmellado@redhat.com>
Code-Review+2: Daniel Mellado <dmellado@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 20 Sep 2017 09:11:16 +0000
Reviewed-on: https://review.openstack.org/502664
Project: openstack/kuryr-tempest-plugin
Branch: refs/heads/master
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index efc40ee..601cadf 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -5,7 +5,7 @@ | |||
5 | pbr!=2.1.0,>=2.0.0 # Apache-2.0 | 5 | pbr!=2.1.0,>=2.0.0 # Apache-2.0 |
6 | 6 | ||
7 | oslotest>=1.10.0 # Apache-2.0 | 7 | oslotest>=1.10.0 # Apache-2.0 |
8 | os-testr>=0.8.0 # Apache-2.0 | 8 | os-testr>=1.0.0 # Apache-2.0 |
9 | six>=1.9.0 # MIT | 9 | six>=1.9.0 # MIT |
10 | tempest>=16.1.0 # Apache-2.0 | 10 | tempest>=16.1.0 # Apache-2.0 |
11 | testrepository>=0.0.18 # Apache-2.0/BSD | 11 | testrepository>=0.0.18 # Apache-2.0/BSD |
diff --git a/test-requirements.txt b/test-requirements.txt index d7c9d37..b9fc210 100644 --- a/test-requirements.txt +++ b/test-requirements.txt | |||
@@ -4,9 +4,9 @@ | |||
4 | 4 | ||
5 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 | 5 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
6 | 6 | ||
7 | bashate>=0.2 # Apache-2.0 | 7 | bashate>=0.5.1 # Apache-2.0 |
8 | coverage!=4.4,>=4.0 # Apache-2.0 | 8 | coverage!=4.4,>=4.0 # Apache-2.0 |
9 | doc8 # Apache-2.0 | 9 | doc8>=0.6.0 # Apache-2.0 |
10 | mock>=2.0.0 # BSD | 10 | mock>=2.0.0 # BSD |
11 | oslosphinx>=4.7.0 # Apache-2.0 | 11 | oslosphinx>=4.7.0 # Apache-2.0 |
12 | pylint==1.4.5 # GNU GPL v2 | 12 | pylint==1.4.5 # GNU GPL v2 |