From 5856631c19d5d63d6b2db92c2cd399abbc347d3d Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 15 Feb 2025 11:56:49 +0000 Subject: [PATCH] Skip installation to speed up pep8 Change-Id: I240f81ae2c2318773c14839f26476d4b833c8758 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 51e9def..f3915a1 100644 --- a/tox.ini +++ b/tox.ini @@ -54,6 +54,7 @@ commands = mypy skyline_apiserver [testenv:pep8] +skip_install = true basepython = python3.12 description = Run style checks.