]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove py33 from tox.ini until eventlet is ported
authorClint Byrum <clint@fewbar.com>
Tue, 3 Sep 2013 18:36:49 +0000 (11:36 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 3 Sep 2013 18:36:49 +0000 (11:36 -0700)
There is no point in trying to run the py33 unit tests until eventlet is
ported to Python 3. Meanwhile the expected failure means we get a bunch
of garbage and extra lag time when trying to run 'tox' before sending to
gerrit for review/CI checks.

Change-Id: I343e24e77e097a2249a7ace1903faeaed71d7393

tox.ini

diff --git a/tox.ini b/tox.ini
index 2da919abc39088059edbf03c23b12098d99474a5..da6a40c1b56dc80f634e1ec5469af1099d7a1a1e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,pep8
 
 [testenv]
 setenv = VIRTUAL_ENV={envdir}