From 71e543152eb5ac13fb61188dd8fc5090e0c5231e Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Fri, 15 Sep 2017 10:50:56 -0500 Subject: Migrate to stestr With the latests changes to os-testr[0] it now expects a .stestr.conf file instead of a .testr.conf file. This change migrates the testing suite from using testr to use stestr instead. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-September/122135.html Change-Id: Ie0de862f2192491fa7752af03c8c03b3ee36337a --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 88af2a02f..3cbd752b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,8 +28,7 @@ os-api-ref>=1.0.0 # Apache-2.0 # test wsgi apps without starting an http server WebTest>=2.0 # MIT -python-subunit>=0.0.18 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=1.0.0 # Apache-2.0 testtools>=1.4.0 # MIT # For documentation -- cgit v1.2.1