From da712e0ccd4100fdffee6ee6543ac96c4b357d40 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Tue, 13 Nov 2012 18:19:12 +0100 Subject: [PATCH] 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 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 98f1dbf0dc..c6b6d67217 100644 --- a/tox.ini +++ b/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'