From fa04f9468e94c9a653e19af0a1b63c9db3f91bad Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Sat, 15 Feb 2025 16:46:37 +0100 Subject: [PATCH] Skip installation to speed up pep8 Change-Id: I7b2147f809e5e39d86a9060e94c063f1742c8b8b Signed-off-by: Arnaud M --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0e61a56..fc9a123 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ deps = -r{toxinidir}/test-requirements.txt commands = stestr run {posargs} [testenv:pep8] +skip_install = True commands = flake8 {posargs} [testenv:venv]