Skip installation to speed up pep8

Change-Id: Ie532838c0c2b2ecd11e857c2ed3f761740068b5c
This commit is contained in:
Takashi Kajinami 2025-02-15 15:26:19 +09:00
parent 41f5fb6e00
commit cb68378c36

View File

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