Skip installation to speed up pep8

Change-Id: I1fd49a6b7a5fe1d50e3394accc6974eaee2445b7
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
This commit is contained in:
Arnaud M 2025-02-15 16:47:47 +01:00
parent 14ec278667
commit 5e3e024ecb

View File

@ -19,6 +19,7 @@ allowlist_externals =
/bin/bash
[testenv:pep8]
skip_install = True
commands =
flake8