From 7d28530b51b1882878ce83bd4f80da9f4b3e5dbe Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 23:52:18 +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: I39767340ba7fb362628887fd97ca8ecd62318007 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a758cd..eb004ee 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,6 @@ commands = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/ht [testenv:pdf-docs] deps = -r{toxinidir}/doc/requirements.txt -envdir = {toxworkdir}/docs allowlist_externals = make commands =