From 04a23c59a7e0c21b59e3d5957589a4e38148bba7 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 23 Aug 2023 08:27:24 -0400 Subject: [PATCH] tox: Don't share envdir between pep8 and fast8 This no longer works, so just drop it. fast8: recreate env because env type changed from {'name': 'pep8', 'type': 'VirtualEnvRunner'} to {'name': 'fast8', 'type': 'VirtualEnvRunner'} Tox stated here in 2022 that this functionality is not intended to be supported: https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293 Change-Id: I99b36cb6c906872efa4c7f943001511af917c3be --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7ffb4794a..b56c61c55 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,6 @@ commands = doc8 [testenv:fast8] -envdir = {toxworkdir}/pep8 allowlist_externals = {toxinidir}/tools/fast8.sh commands =