From 9ec622d3f9eedd8ff85058f7f77e5d38cb561ca0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 23:46:32 +0900 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: I1237cfefae5565c495864dd32b95e1f5998385e5 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5bbc1147..84b5aa0e 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,6 @@ commands = sphinx-build -W -b html doc/source doc/build/html [testenv:pdf-docs] basepython = python3 -envdir = {toxworkdir}/docs deps = {[testenv:docs]deps} allowlist_externals = make