From 67b7ec5e58c56beaf0a18f36593dc7ac22c1facb Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 24 Jan 2026 12:52:48 +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: I54c0581e77c924f9d98975964e4470e89fa3d954 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 bf32ea09..e714bc32 100644 --- a/tox.ini +++ b/tox.ini @@ -2,12 +2,10 @@ minversion = 3.18.0 envlist = linters_latest,ansible_latest skipsdist = True -ignore_basepython_conflict = True [testenv] skip_install = True install_command = python3 -m pip install {opts} {packages} -basepython = python3 passenv = OS_* setenv =