From 63979eb66930d551d4e04cfa5e96ef2cd176ce1d Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 17 Aug 2025 21:41:52 +0000 Subject: [PATCH] tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: I273bad65c8195766c876fcaa827122e77d5459e6 Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6915ac800..afbcfbf88 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,pep8,docs -ignore_basepython_conflict = True [testenv] -basepython = {env:TOX_PYTHON:python3} usedevelop = True passenv = TRACE_FAILONLY setenv =