From 28220fb7207fd070031f2004e4abaf6eda29f350 Mon Sep 17 00:00:00 2001 From: likui Date: Sat, 5 Aug 2023 15:27:36 +0800 Subject: [PATCH] tox: Remove basepython Python 2 is EOL. No environment should be defaulting to it. Our CI environments certainly aren't. Change-Id: I61526421af034e65361e5a8c5a309cc62f4b004d --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index eb004ee..45014b0 100644 --- a/tox.ini +++ b/tox.ini @@ -2,13 +2,8 @@ minversion = 3.18.0 envlist = py3,pep8, npm skipsdist = True -# Automatic envs (pyXX) will only use the python version appropriate to that -# env and ignore basepython inherited from [testenv] if we set -# ignore_basepython_conflict. -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1