summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-11-21 19:01:11 -0500
committerMatthew Treinish <mtreinish@kortar.org>2017-11-24 16:51:12 -0500
commit9c56c7851329f104bb3d59f1a7e90fe7650bd44a (patch)
tree38193ebdf724dd7bc291595ab399d1161e9fa972 /test-requirements.txt
parent8628c75738d6ad343d66247ca9e7fe4e0304cefb (diff)
downloadnova-9c56c7851329f104bb3d59f1a7e90fe7650bd44a.tar.gz
Finish stestr migration
Nova switched to using stestr for all it's in tree testing except for the coverage job. This commit updates that job so it also uses stestr and cleans up the last bits of testr setup left in tree. As part of this change this moves all the one off per job configuration into the tox job definitions instead of hiding it in either the .stestr.conf or in a wrapper script. Change-Id: I36e0e791d485b44641a1ed8770eca8e95aca19be
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7dd497f792..fe13d812df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,9 +18,8 @@ sphinxcontrib-actdiag>=0.8.5 # BSD
sphinxcontrib-seqdiag>=0.8.4 # BSD
os-api-ref>=1.4.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT