Merge "Skip installation to speed up pep8"

This commit is contained in:
Zuul 2025-02-15 15:16:24 +00:00 committed by Gerrit Code Review
commit 79e9d5d4b5

View File

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