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: I9ae1123fbdd823bc43eefbd78e80b9a1adea637e
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-14 03:58:20 +09:00
parent 69bd211472
commit 8aed662fac

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 4.2.5
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}