diff --git a/test-requirements.txt b/test-requirements.txt index 69ca844eb..dc1282d2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ influxdb>=2.9.2 # MIT mock>=2.0.0 # BSD funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD # tempest diff --git a/tox.ini b/tox.ini index ae60ef030..739bd029c 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ whitelist_externals = bash rm commands = find . -type f -name "*.pyc" -delete - ostestr {posargs} + stestr run {posargs} [testenv:cover] basepython = python2.7