tox: Remove ineffective ignore_basepython_conflict and bump minimum version

Change-Id: I714fb65a976a34f0cead7e5525698417a96bcce0
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-13 16:14:43 +00:00
parent 39e63a5a9c
commit 046322056b

View File

@@ -1,12 +1,9 @@
[tox]
minversion = 3.1
minversion = 4.6.0
skipsdist = True
envlist = docs
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = False
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
@@ -31,7 +28,6 @@ setenv =
VIRTUAL_ENV={envdir}
WORKING_DIR={toxinidir}
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}