From d5861cf1e63518536989154807155309daefaa29 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 14 Sep 2025 04:02:01 +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: I10ea72cf70293034051b26608d52f43e46201b1d Signed-off-by: Takashi Kajinami --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 47a1b5f..5459a84 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.1.1 envlist = py3,docs,pep8 -ignore_basepython_conflict = true [testenv] -basepython = python3 setenv = OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1