tox: Remove ineffective ignore_basepython_conflict and bump minimum version

Change-Id: I6f58f4f6f582055f6da8cc7be5972bf61dc1dffb
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-13 22:15:22 +00:00
parent 7875eee333
commit 781a791d6c

View File

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