From 257e89ca9fe02e784cd85066b3380318f28892bc Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 17 Aug 2025 23:56:09 +0000 Subject: [PATCH] tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: I661e1ca86ddc5fb73bc136f574e07b58677ebb2d Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index baac540e..9c98f896 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] envlist = docs,py38,pep8 minversion = 3.18.0 -ignore_basepython_conflict = True [testenv] -basepython = python3 setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en