From fef2d9ee782b9317c684ff9243014ffb4eeeedba Mon Sep 17 00:00:00 2001 From: elajkat Date: Tue, 6 Feb 2024 11:46:56 +0100 Subject: [PATCH] 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. https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293 Change-Id: I069f590d873ea7a0e689936664c07843c2706fd5 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 08f3cf3f4..87d2fed1b 100644 --- a/tox.ini +++ b/tox.ini @@ -136,7 +136,6 @@ commands = sphinx-build -W -b html doc/source doc/build/html [testenv:pdf-docs] -envdir = {toxworkdir}/docs deps = {[testenv:docs]deps} allowlist_externals = rm