Skip installation to speed up pep8

Change-Id: Ie60e3cc8d8fd21ffa07188ba24533697951e57d2
This commit is contained in:
Takashi Kajinami 2025-02-15 15:32:57 +09:00
parent 0ba4e65317
commit 660658fe15

View File

@ -16,6 +16,7 @@ deps =
commands = stestr run --slowest --concurrency=1 {posargs}
[testenv:pep8]
skip_install = true
deps =
pre-commit
commands =