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
This commit is contained in:
Vu Cong Tuan 2018-07-03 13:39:00 +07:00
parent ab5008d844
commit 43f796058b
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@ argparse
oslo.config
jinja2
parawrap
stestr

View File

@ -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"