Skip installation to speed up pep8

Change-Id: I4d3fd9e586b33d9deb87c1accf6fe00361259681
This commit is contained in:
Takashi Kajinami 2025-02-15 15:20:48 +09:00
parent f3aec8e756
commit 89f4ce95f2

View File

@ -15,6 +15,7 @@ commands =
stestr run --slowest {posargs}
[testenv:pep8]
skip_install = true
deps =
pre-commit>=2.6.0 # MIT
commands =