From 80c3f568bd0f65390fec38128dba538c687e64e2 Mon Sep 17 00:00:00 2001 From: likui Date: Wed, 2 Aug 2023 16:59:59 +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: Ib2e4304fc6c95c853570f48690a2d2a4aeeabdbe --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index f53ce7805..53bf77ebc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,functional,pep8 -ignore_basepython_conflict=true [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir}