Skip installation to speed up pep8

Change-Id: I7b2147f809e5e39d86a9060e94c063f1742c8b8b
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
This commit is contained in:
Arnaud M 2025-02-15 16:46:37 +01:00
parent 87bc7ead01
commit fa04f9468e

View File

@ -17,6 +17,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
[testenv:pep8]
skip_install = True
commands = flake8 {posargs}
[testenv:venv]