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
This commit is contained in:
Eric Harney 2023-08-23 08:27:24 -04:00
parent bfb55b7b58
commit 04a23c59a7

View File

@ -52,7 +52,6 @@ commands =
doc8
[testenv:fast8]
envdir = {toxworkdir}/pep8
allowlist_externals =
{toxinidir}/tools/fast8.sh
commands =