Skip installation to speed up pep8

Change-Id: Ic6e25ad5d525aeeeb842097e40d6ed7f53b146ae
This commit is contained in:
Takashi Kajinami 2025-02-15 15:22:12 +09:00
parent 75b1af0b30
commit 804e8a811f

View File

@ -15,6 +15,7 @@ commands =
env TEST_EVENTLET=1 stestr run --slowest tests.test_functional_eventlet
[testenv:pep8]
skip_install = true
deps =
pre-commit>=2.6.0 # MIT
commands =