From 43f796058b457e0585da1e8be174c237c1049086 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 3 Jul 2018 13:39:00 +0700 Subject: [PATCH] Switch to stestr According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I5f07c8b8fb998a7c333e076a3f7c0de65568068c --- requirements.txt | 1 + run_tests_common.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6dc3f3..48b920e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ argparse oslo.config jinja2 parawrap +stestr diff --git a/run_tests_common.sh b/run_tests_common.sh index 7b790e6..6ccb7bd 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -183,7 +183,7 @@ function run_pep8 { } -TESTRTESTS="lockutils-wrapper python setup.py testr" +TESTRTESTS="lockutils-wrapper stestr" if [ ${NO_SITE_PACKAGES} -eq 1 ]; then INSTALLVENVOPTS="--no-site-packages"