Merge "Switch to stestr"

This commit is contained in:
Zuul 2018-07-13 16:24:10 +00:00 committed by Gerrit Code Review
commit 44c5fc75b6
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"