tox: Remove ineffective ignore_basepython_conflict and bump minimum version

Change-Id: I9de2042313bcb8799eef6eb4c03c4a48432566c1
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-04 19:04:23 +00:00
parent a9718f24ed
commit b0a0be29d9

View File

@@ -1,13 +1,11 @@
[tox] [tox]
minversion = 4.0 minversion = 4.6.0
skipsdist = True skipsdist = True
envlist = docs,molecule envlist = docs,molecule
ignore_basepython_conflict = True
[testenv] [testenv]
# There's no source code to install # There's no source code to install
usedevelop = False usedevelop = False
baseypthon = python3
commands = commands =
/usr/bin/find . -type f -name "*.pyc" -delete /usr/bin/find . -type f -name "*.pyc" -delete
passenv = passenv =