Merge "tox: Remove ineffective ignore_basepython_conflict and bump minimum version"

This commit is contained in:
Zuul 2025-05-02 19:35:13 +00:00 committed by Gerrit Code Review
commit fbf3e29be3

View File

@ -1,13 +1,9 @@
[tox]
minversion = 3.18.0
minversion = 4.4
envlist = pep8,py3
ignore_basepython_conflict = true
[testenv]
basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt