From 925048f4719db3a53f4b747078d0238f7b3bee95 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 23:45:51 +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: I8b4f588bfc38aa078bca243ee2ef38f84a92f62d --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 025ce5b95..621790cb2 100644 --- a/tox.ini +++ b/tox.ini @@ -72,7 +72,6 @@ commands = setenv = PYTHONHASHSEED=0 [testenv:pdf-docs] -envdir = {toxworkdir}/docs usedevelop = {[testenv:docs]usedevelop} deps = {[testenv:docs]deps} allowlist_externals =