Skip installation to speed up pep8

Change-Id: I240f81ae2c2318773c14839f26476d4b833c8758
This commit is contained in:
Ivan Anfimov
2025-02-15 11:56:49 +00:00
parent 641c275206
commit 5856631c19

View File

@@ -54,6 +54,7 @@ commands =
mypy skyline_apiserver
[testenv:pep8]
skip_install = true
basepython = python3.12
description =
Run style checks.