Merge "Switch to using stestr"

This commit is contained in:
Zuul 2018-10-25 18:41:08 +00:00 committed by Gerrit Code Review
commit 1cee3290ed
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
psutil>=3.2.2 # BSD
oslotest>=1.10.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
# Optional packages that should be installed when testing
PyMySQL>=0.7.6 # MIT License

View File

@ -12,7 +12,7 @@ install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstac
deps = -r{toxinidir}/test-requirements.txt
commands =
/bin/rm -f .testrepository/times.dbm
ostestr --slowest {posargs}
stestr run --slowest {posargs}
whitelist_externals = bash
passenv = *_proxy *_PROXY