Merge "Switch to using stestr"

This commit is contained in:
Zuul 2019-04-23 16:01:41 +00:00 committed by Gerrit Code Review
commit fa13302a58
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
psutil>=3.2.2 # BSD
oslotest>=3.2.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
# Optional packages that should be installed when testing

View File

@ -28,19 +28,19 @@ whitelist_externals = bash
passenv = *_proxy *_PROXY
[testenv:py27]
commands = ostestr --slowest {posargs}
commands = stestr run --slowest {posargs}
[testenv:py35]
basepython = python3.5
commands = ostestr --slowest {posargs}
commands = stestr run --slowest {posargs}
[testenv:py36]
basepython = python3.6
commands = ostestr --slowest {posargs}
commands = stestr run --slowest {posargs}
[testenv:py37]
basepython = python3.7
commands = ostestr --slowest {posargs}
commands = stestr run --slowest {posargs}
[testenv:functional]
setenv =