diff options
author | Dirk Mueller <dirk@dmllr.de> | 2016-10-20 09:30:19 +0200 |
---|---|---|
committer | Dirk Mueller <dirk@dmllr.de> | 2016-11-06 16:03:07 +0100 |
commit | dfa2b6221b128a3b1975a3ab38a6537d42dc4c87 (patch) | |
tree | 3a14d3105008ba011094bdcf991955d855e8cdc1 /test-requirements.txt | |
parent | cdaef22aeacafe3c48b11536e13583ba952be71f (diff) | |
download | nova-dfa2b6221b128a3b1975a3ab38a6537d42dc4c87.tar.gz |
Add explicit dependency on testscenarios
With the update to oslotest 2.11.0, we're missing testscenarios
now in the unit test environment[1], so depend on it.
1: https://review.openstack.org/#/c/385274/
Change-Id: I57da89ade9eb3fcf920ec6d333db7577ee3ef138
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index cd36dd725c..f043270c4c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,6 +20,7 @@ oslotest>=1.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT tempest-lib>=0.14.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 |