tox: Remove ineffective ignore_basepython_conflict and bump minimum version

Change-Id: I01369fe741aa5e4c56dd14df4faf2f6f679d2e99
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-13 15:59:40 +00:00
parent 1da6712dfc
commit 9c163985dd

View File

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