]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Don't use OpenStack plugin in tox
authorZane Bitter <zbitter@redhat.com>
Tue, 13 Nov 2012 17:19:12 +0000 (18:19 +0100)
committerGerrit Code Review <review@openstack.org>
Wed, 14 Nov 2012 10:34:13 +0000 (10:34 +0000)
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>
tox.ini

diff --git a/tox.ini b/tox.ini
index 98f1dbf0dcb31e29a7b31411fa3505a428a9f809..c6b6d6721720b0976348a26e20019f02bd162216 100644 (file)
--- 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'