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
1 changed files with 0 additions and 2 deletions

View File

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