Skip to content

Commit 73d9b01

Browse files
authored
Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f056ec58f5620417d3157aea3ba33c87/pr-13991
[9.0.x] coverage: use `ctrace` core to avoid CI slowdown on Python 3.14
2 parents 40dd92f + 7db8195 commit 73d9b01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ include =
1010
*\Lib\site-packages\pytest.py
1111
parallel = 1
1212
branch = 1
13+
# The sysmon core (default since Python 3.14) is much slower.
14+
# Perhaps: https://github.com/coveragepy/coveragepy/issues/2082
15+
core = ctrace
1316

1417
[paths]
1518
source = src/

0 commit comments

Comments
 (0)