From fd693fcb926d5520ac7d51e343e12ceff96fa40f Mon Sep 17 00:00:00 2001 From: likui Date: Sat, 5 Aug 2023 15:26:48 +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: Ibceb63090230aaf9348627e23ae55ca46764b9d5 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index b30e21d58..709d1a977 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,flake8 -ignore_basepython_conflict = True [testenv] -basepython = python3 setenv = VIRTUAL_ENV={envdir} LANGUAGE=C.UTF-8