We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a29cc1 commit 73e44ceCopy full SHA for 73e44ce
pyproject.toml
@@ -227,6 +227,7 @@ run.disable_warnings = [
227
"module-not-measured", # Triggers in multithreaded context on build
228
"no-sysmon",
229
"couldnt-parse", # site-customize is unparsable on latest GHA windows versions
230
+ "no-ctracer", # Not available on Python 3.14, for example
231
]
232
report.exclude_also = [
233
'\.\.\.',
0 commit comments