tox: Remove basepython and ineffective ignore_basepython_conflict

Change-Id: Id041630a143ee07e9bdc1acbb0ab0cea66dc0543
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-08-25 00:56:35 +00:00
parent 7b67328890
commit fb903fcbd3

View File

@@ -2,10 +2,8 @@
minversion = 3.18.0
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
setenv =