From b9aec860f08f2d559fc3c7d679267c9bcf115217 Mon Sep 17 00:00:00 2001 From: liuyamin Date: Wed, 9 May 2018 10:34:32 +0800 Subject: [PATCH] Switch from ostestr to stestr This change just updates the tox.ini file to call stestr directly instead of going through ostestr. Change-Id: Ibe957cda167b59ef44f5c7e9dfc415c227213565 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd2ff443a8..f86a0be99a 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,8 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = find . -type f -name "*.py[c|o]" -delete - ostestr {posargs} + stestr run '{posargs}' + stestr slowest [testenv:releasenotes] deps =