From 07d25bb8253fe20a7e1ef9772cda28068f81c2e5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 14 Sep 2025 04:05:09 +0900 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: Ie53918780ea7e5e83cb704661f8c2475b9f7d7aa Signed-off-by: Takashi Kajinami --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 962fef74..14eb9b07 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.1.1 envlist = py3,pep8 -ignore_basepython_conflict = True [testenv] -basepython = python3 setenv = VIRTUAL_ENV={envdir} usedevelop = True deps =