From f215a12772a88c8a30ea40799cf06e1c7d759188 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 14 Sep 2025 03:59:33 +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: Id51712c3322e2d15af5347c2f56ea60f93d083d9 Signed-off-by: Takashi Kajinami --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index e4d0d5b0..d61767bb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py3,pep8 -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} OS_STDOUT_CAPTURE=1