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 and bump minversion.

Change-Id: Ib2b198b10f910e555506565770a98aeb595693c6
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 14:00:38 +00:00
parent 1aec0bb67f
commit 297b49b558

View File

@@ -1,11 +1,9 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
envlist = docs
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
deps =