Skip to content

Commit 1b5200c

Browse files
authored
Merge pull request #13991 from bluetech/ci-slow-coverage
coverage: use `ctrace` core to avoid CI slowdown on Python 3.14
2 parents c4142af + 2ddf1b7 commit 1b5200c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ include = [
446446
parallel = true
447447
branch = true
448448
patch = [ "subprocess" ]
449+
# The sysmon core (default since Python 3.14) is much slower.
450+
# Perhaps: https://github.com/coveragepy/coveragepy/issues/2082
451+
core = "ctrace"
449452

450453
[tool.coverage.paths]
451454
source = [

0 commit comments

Comments
 (0)