Merge "tox: Drop envdir"

This commit is contained in:
Zuul 2025-02-12 14:52:24 +00:00 committed by Gerrit Code Review
commit 85a508583b

View File

@ -9,7 +9,6 @@ basepython = python3
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps =
-r{toxinidir}/test-requirements.txt
@ -41,7 +40,6 @@ deps =
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
allowlist_externals =
rm