Don't use OpenStack plugin in tox
This plugin provides syntax colouring of the tox output, at the cost of no longer reporting errors in test setup (instead it just reports no tests run -> success). Change-Id: Idf4f71a54af6303090d464b0846e563ac3776e4a Signed-off-by: Zane Bitter <zbitter@redhat.com>
This commit is contained in:
parent
bc2c6dbcfe
commit
da712e0ccd
5
tox.ini
5
tox.ini
@ -3,11 +3,6 @@ envlist = py26,py27,pep8
|
||||
|
||||
[testenv]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
NOSE_WITH_OPENSTACK=1
|
||||
NOSE_OPENSTACK_COLOR=1
|
||||
NOSE_OPENSTACK_RED=0.05
|
||||
NOSE_OPENSTACK_YELLOW=0.025
|
||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||
deps = -r{toxinidir}/tools/pip-requires
|
||||
-r{toxinidir}/tools/test-requires
|
||||
commands = nosetests -a tag='unit'
|
||||
|
Loading…
Reference in New Issue
Block a user