]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update default tox envlist to match voting gate checks
authorAngus Lees <gus@inodes.org>
Fri, 27 Feb 2015 02:51:17 +0000 (13:51 +1100)
committerAngus Lees <gus@inodes.org>
Fri, 27 Feb 2015 03:56:07 +0000 (14:56 +1100)
Remove not-yet supported py3* environments.

Note the removed environments (py33,py34) are still supported via
explicit `tox -e`, it's only the default set that is changed here.

ObPoliticalDisclaimer:

This in no way diminishes the importance of py3 support.  In fact, the
intention is quite the opposite:

One day py3x will be supported and the py3x test will be expected to
pass.  Meanwhile, if everyone has been trained to run selective `tox
-epy27` tests then they will be unaware of the py3x status change and
won't be testing their code against py3 - or alternatively they will
believe that py3x failures are "normal" and to be ignored.

The hope with doing this change now is that we will (re)train people
that the default list of tox tests are expected to pass, and any
failures need to be investigated.

Change-Id: I992e1d6b35aa7c516c9ce14e606bbe32e895a4f0

tox.ini

diff --git a/tox.ini b/tox.ini
index 54d916123105e3d592194608e4f3e8badd109c5d..c2e8f178c8a059551118beeab2bacb29d1d42a40 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27,py33,py34,pep8
+envlist = py27,pep8
 minversion = 1.8
 skipsdist = True