Stop sharing tox envdir between pep8 and fast8

tox is now too smart for this to work, so just drop it.

pep8: recreate env because env type changed from
  {'name': 'fast8', 'type': 'VirtualEnvRunner'} to
  {'name': 'pep8', 'type': 'VirtualEnvRunner'}

Change-Id: Ibcaa07a0899e71a06cdaa527c43c14789a16b6e4
This commit is contained in:
Eric Harney 2023-08-17 15:38:36 -04:00
parent 442c538ec7
commit eea5293035
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ commands =
{toxinidir}/tools/check_exec.py {toxinidir}/cinder {toxinidir}/doc/source/ {toxinidir}/releasenotes/notes
[testenv:fast8]
# Use same environment directory as pep8 env to save space and install time
envdir = {toxworkdir}/pep8
install_command = {[testenv:py3]install_command}
allowlist_externals =
{toxinidir}/tools/fast8.sh