New issue 285: tox 2.2.0+ breaks some tox.ini config files due to recursion issue https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files
Ihar Hrachyshka: tox 2.2.0+ breaks the following projects in OpenStack: http://codesearch.openstack.org/?q=%3D\{env%3A.*%3F%3A.*%3F\}&i=nope&files=tox.ini&repos= networking-l2gw, networking-vsphere, neutron, neutron-lbaas, and python-fuelclient The OpenStack bug for the failure is: https://bugs.launchpad.net/neutron/+bug/1515335 The logs of the failure can be found at: http://logs.openstack.org/22/244122/2/gate/gate-neutron-python27/414e071/console.html#_2015-11-11_16_10_42_148 The line in tox.ini that triggers it is: https://github.com/openstack/neutron/blob/master/tox.ini#L26 Copying the section that triggers the issue here just in case: [testenv:api] basepython = python2.7 setenv = {[testenv]setenv} OS_TEST_PATH=./neutron/tests/api TEMPEST_CONFIG_DIR={env:TEMPEST_CONFIG_DIR:/opt/stack/tempest/etc} OS_TEST_API_WITH_REST=1 The problematic line is the one setting TEMPEST_CONFIG_DIR. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit