Skip to content

Commit 3d179e7

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: I0c77304938aaeb47036e672eff8288252fde7b2d
1 parent edebd28 commit 3d179e7

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
@@ -47,7 +47,6 @@ commands =
4747
whereto doc/build/html/.htaccess doc/test/redirect-tests.txt
4848

4949
[testenv:pdf-docs]
50-
envdir = {toxworkdir}/docs
5150
deps = {[testenv:docs]deps}
5251
commands =
5352
rm -rf doc/build/pdf

0 commit comments

Comments
 (0)