From 9fca776e44f59b8dcb136a4bcad2ddecd5cb7967 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 24 Jan 2026 13:56:09 +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. Change-Id: Ibff3444cb38c60d5281daddfd252ac490e4ad838 Co-authored-by: Takashi Kajinami Signed-off-by: Ivan Anfimov --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4289657a21..30e5fe85b3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18 envlist = pep8,py310-{docker,podman} -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True allowlist_externals = find rm