From 8026c964f3c1819903eded2b9dfb13fd87aa29e0 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 17 Jan 2018 14:37:32 +0100 Subject: [PATCH] Use stestr in tox.ini Like our other projects, we should use stestr now. This helps especially with being able to run one test at a time locally. Change-Id: Ic9b139168654930b4f2f0a0477bbb8779b477590 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 22d0dc9d..6d9425a0 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt .[kerberos,saml2,betamax,oauth1] -commands = ostestr {posargs} +commands = stestr run {posargs} whitelist_externals = bash