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: Ifb7db1e4c5dc928346ce0704951d9fb538f9a679
Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-13 22:45:23 +00:00
parent 85d6566684
commit 5a9baa5876

View File

@@ -1,10 +1,8 @@
[tox]
envlist = py3,pep8
minversion = 3.18.0
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
allowlist_externals = rm
deps =