tox: Bump minimum version and remove basepython

tox uses the python version where tox is installed by default, and we
no longer expect that the tests may run in env with python 2.

Change-Id: I8f2c4eb7589e5e2439be393eeed83b3b333625af
This commit is contained in:
Ivan Anfimov 2025-04-25 17:44:02 +00:00
parent ac2e053886
commit 7e5b616af3

View File

@ -1,11 +1,9 @@
[tox]
minversion = 4.0
minversion = 4.4
skipsdist = True
envlist = docs,pdf-docs,releasenotes,molecule
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = False
commands =
/usr/bin/find . -type f -name "*.pyc" -delete