Merge "Switch to using stestr"

This commit is contained in:
Zuul 2018-08-03 12:39:19 +00:00 committed by Gerrit Code Review
commit 4c3456b4b8
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT

View File

@ -22,8 +22,7 @@ deps =
.[jira_plugin]
commands =
find . -type f -name "*.pyc" -delete
rm -Rf .testrepository/times.dbm
ostestr {posargs}
stestr run {posargs}
[testenv:cover]
basepython = python3