Merge "tox: Remove basepython and ineffective ignore_basepython_conflict"

This commit is contained in:
Zuul
2025-09-15 11:35:02 +00:00
committed by Gerrit Code Review

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
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt