From c05afb19dfd7ffb5f053aa2a52972403ccb4fa43 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 17 Apr 2023 10:33:31 -0400 Subject: [PATCH] Don't install code, it's not necessary. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2daf8dca3..99487bc83 100644 --- a/tox.ini +++ b/tox.ini @@ -99,8 +99,10 @@ commands = [testenv:codechecks] basepython = python3 +skip_install = true deps = ruff + towncrier # On macOS, git inside of towncrier needs $HOME. passenv = HOME setenv =