Skip to content

Commit 1a617d8

Browse files
committed
tox: Drop envdir
tox now always recreates an env although the env is shared using envdir options. ~~~ $ tox -e genpolicy genpolicy: recreate env because env type changed from {'name': 'genconfig', 'type': 'VirtualEnvRunner'} to {'name': 'genpolicy', 'type': 'VirtualEnvRunner'} ~~~ According to the maintainer of tox, this functionality is not intended to be supported. tox-dev/tox#425 (comment) Change-Id: Ib1835482e9e0fb40b65bb5246e66ef5151810e6a
1 parent 8b4ac13 commit 1a617d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ deps = -r{toxinidir}/doc/requirements.txt
3636
commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
3737

3838
[testenv:pdf-docs]
39-
envdir = {toxworkdir}/docs
4039
deps = {[testenv:docs]deps}
4140
allowlist_externals =
4241
make

0 commit comments

Comments
 (0)