tox: Remove basepython and ineffective ignore_basepython_conflict

Change-Id: Ib49720ed854fe9d98314db8b7801ca75ce526a57
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-08-17 21:43:25 +00:00
parent efc332acf7
commit 7e8da0abcb

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = docs,py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = {env:TOX_PYTHON:python3}
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}