From 7e8da0abcbf11c87aaf684b3f62df17cf4c5aaa8 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 17 Aug 2025 21:43:25 +0000 Subject: [PATCH] tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: Ib49720ed854fe9d98314db8b7801ca75ce526a57 Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index bddabbab6..972e04e04 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = docs,py3,pep8 -ignore_basepython_conflict = True [testenv] -basepython = {env:TOX_PYTHON:python3} usedevelop = True setenv = VIRTUAL_ENV={envdir}