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 <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-14 04:02:01 +09:00
parent 527681cee2
commit d5861cf1e6

View File

@@ -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