tox: Remove basepython and ineffective ignore_basepython_conflict

Change-Id: I412a8edcbe6a8a8d071e46fafb5a1da53290d700
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-07-28 20:20:51 +00:00
parent 62da09eaae
commit 51d22bfb6b
+1 -5
View File
@@ -2,11 +2,9 @@
envlist = py3,pep8
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
[testenv]
usedevelop = True
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
@@ -44,9 +42,7 @@ commands =
make -C doc/build/pdf
[testenv:releasenotes]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
deps = {[testenv:docs]deps}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]