From 297b49b55873eef488ddf172ea33baa1ebec8f76 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 24 Jan 2026 14:00:38 +0000 Subject: [PATCH] tox: Drop basepython Python 2 reached its EOL long time ago and we no longer expect any user may attempt to run tox in Python 2. Removing the option allows us to remove ignore_basepython_conflict and bump minversion. Change-Id: Ib2b198b10f910e555506565770a98aeb595693c6 Co-authored-by: Takashi Kajinami Signed-off-by: Ivan Anfimov --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 741ff41..96c3b84 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,9 @@ [tox] -minversion = 3.1.1 +minversion = 3.18.0 envlist = docs skipsdist = True -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} deps =