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: Ibff3444cb38c60d5281daddfd252ac490e4ad838
Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2026-01-24 13:56:09 +00:00
parent 800dfaebf0
commit 9fca776e44

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.18
envlist = pep8,py310-{docker,podman}
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
allowlist_externals = find
rm