From a9d728b71e47540fd248a6bc2d301fdfa9a988ce Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 2 Jul 2018 14:00:42 +0700 Subject: Switch to stestr According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I753f32ecf3275cf49d8c93bf648a6a26bc6da8e7 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0447e70..7ac6bee 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ deps = -r{toxinidir}/requirements.txt # We want to support both vanilla stdlib and eventlet monkey patched commands = - lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}' - env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}' + lockutils-wrapper stestr run --slowest {posargs} + env TEST_EVENTLET=1 lockutils-wrapper stestr run --slowest {posargs} [testenv:py27] basepython = python2.7 -- cgit v1.2.1