Skip installation to speed up pep8

Change-Id: I9405b5abab74d007d6fb05f28f9f38c56155a04b
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
This commit is contained in:
Arnaud M 2025-02-15 16:48:46 +01:00
parent 083845e459
commit c055eb159f

View File

@ -47,6 +47,7 @@ commands =
stestr run --concurrency 1 --slowest {posargs}
[testenv:pep8]
skip_install = True
commands =
flake8 {posargs}