summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorColleen Murphy <colleen@gazlene.net>2018-05-31 06:09:32 -0700
committerColleen Murphy <colleen@gazlene.net>2018-05-31 08:02:35 -0700
commite734468fdfcda62b682f5826b5ab69519a9c3303 (patch)
tree26907e1e81ea1b7113ce2c51634f3a8fe26eb31f /test-requirements.txt
parent83d0612e03471f56be3be2b521cc21974118cebe (diff)
downloadkeystonemiddleware-e734468fdfcda62b682f5826b5ab69519a9c3303.tar.gz
Switch coverage tox env to stestr
We already switched the unit tests to follow the updated PTI guidelines[1] but neglected to switch the coverage environment. Do that now. [1] https://governance.openstack.org/tc/reference/pti/python.html#python-test-running Change-Id: Ie153516196f18c030ea58e76a0eac15c86169c6b
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 75e6bf5..dd72e63 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,10 +13,9 @@ oslotest>=3.2.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
-os-testr>=1.0.0 # Apache-2.0
python-memcached>=1.56 # PSF
WebTest>=2.0.27 # MIT