tox: Remove basepython and ineffective ignore_basepython_conflict

Change-Id: I3b4251800110bec766eca71ae770e7d265919faa
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-05 01:25:36 +00:00
parent 86a3b088dc
commit c87329bb81

View File

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