From b399015b3fb874f6e4472bf1dc005e3655b60907 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Wed, 23 Sep 2015 09:43:14 -0400 Subject: [PATCH] Use os-testr Use os-testr, its more user friendly compared to testr. Signed-off-by: Chuck Short --- test-requirements.txt | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ef8eb547..2bf0a66d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,5 +14,6 @@ oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4 testtools>=1.4.0 +os-testr -e git+https://github.com/lxc/pylxd#egg=pylxd -e git+https://github.com/openstack/nova#egg=nova diff --git a/tox.ini b/tox.ini index af4d8452..05ca031e 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = EVENTLET_NO_GREENDNS=yes deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = python setup.py testr --slowest --testr-args='{posargs}' +commands = ostestr {posargs} [testenv:pep8] commands = flake8