Merge "tox: Drop envdir"

This commit is contained in:
Zuul 2024-02-15 09:18:39 +00:00 committed by Gerrit Code Review
commit e4c44a460d

View File

@ -61,7 +61,6 @@ allowlist_externals = rm
[testenv:pdf-docs] [testenv:pdf-docs]
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
envdir = {toxworkdir}/docs
allowlist_externals = allowlist_externals =
rm rm
make make
@ -72,7 +71,6 @@ commands =
[testenv:releasenotes] [testenv:releasenotes]
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
envdir = {toxworkdir}/docs
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:functional] [testenv:functional]