From 202f2abde3ab1f02b10d06126c0e2f9986940f69 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Wed, 2 Oct 2024 06:32:14 -0500 Subject: [PATCH] Speed up coverage reporting by skipping package installation --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ad81a130..7bb106e8 100644 --- a/tox.ini +++ b/tox.ini @@ -38,6 +38,7 @@ depends = py{3.9, 3.10, 3.11, 3.12} description = !ci: Generate HTML and console reports ci: Generate an XML report +skip_install = True deps = coverage commands_pre =