From b09930e5099d0a409a8103aa3d06695af0db0095 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Tue, 25 Jun 2024 08:25:31 -0400 Subject: [PATCH] Switch to using COVERAGE_CORE=sysmon This should speed up python 3.12 tests with coverage. See https://github.com/nedbat/coveragepy/pull/1747 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 59001ad0c..d1ea09dd1 100644 --- a/tox.ini +++ b/tox.ini @@ -395,6 +395,7 @@ include = utilities/converter/* utilities/tasks* parallel = True +core = sysmon [coverage:html] directory = build/test/artifacts/python_coverage