From fb03b3ef382da8a5e3bb866ceb827ca0ee0b787c Mon Sep 17 00:00:00 2001 From: likui Date: Wed, 2 Aug 2023 17:01:22 +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: Ic9c845a7c7e52d15fba8f353dfc60d2db45e2a9d --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index b011fb570..d486a6aa6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,pep8 -ignore_basepython_conflict=true [testenv] -basepython = python3 setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE = 1 LANGUAGE=en_US