From 17d40abd8d9ec3b8c32756ca981c80c4733c016f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 27 Feb 2020 22:27:35 -0600 Subject: [PATCH] [ussuri][goal] Updates for python 2.7 drop OpenStack is dropping the py2.7 support in ussuri cycle. charm repos need few updates on either py2 drop or updating ussuri python template, tox.ini etc. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I13072d7372cfd4afa893bc252a22ca9daaadb73d --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 26f1436..5fa1d3f 100644 --- a/tox.ini +++ b/tox.ini @@ -37,12 +37,6 @@ commands = basepython = python3 commands = {posargs} -[testenv:py27] -basepython = python2.7 -deps = -r{toxinidir}/test-requirements.txt -# TODO: Need to write unit tests then remove the following command. -commands = /bin/true - [testenv:py34] basepython = python3.4 deps = -r{toxinidir}/test-requirements.txt