From 93e2976c3239d284499658a8cd70842720fd4d1d Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 26 Apr 2024 13:11:31 +0100 Subject: [PATCH] tox: Don't install package in pep8 It's a waste of time: pre-commit doesn't need it. (I tested and our own hacking hooks continue to work) Change-Id: I4fe6bedc9ddf1f83bc9ddf037a9eae76dfde6f83 Signed-off-by: Stephen Finucane --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 693535a1c..445f894d6 100644 --- a/tox.ini +++ b/tox.ini @@ -60,6 +60,7 @@ commands = [testenv:pep8] description = Run style checks. +skip_install = true deps = pre-commit commands =