From c055eb159f7738fcac5831425f6ddc3fb2bfa320 Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Sat, 15 Feb 2025 16:48:46 +0100 Subject: [PATCH] Skip installation to speed up pep8 Change-Id: I9405b5abab74d007d6fb05f28f9f38c56155a04b Signed-off-by: Arnaud M --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index dd14be16..fa14e74d 100644 --- a/tox.ini +++ b/tox.ini @@ -47,6 +47,7 @@ commands = stestr run --concurrency 1 --slowest {posargs} [testenv:pep8] +skip_install = True commands = flake8 {posargs}