Skip to content

Commit 73e44ce

Browse files
authored
chore: coverage now warns on 3.14 (#1102)
With warnings as errors, this is now a guaranteed error on 3.14. Signed-off-by: Henry Schreiner <[email protected]>
1 parent 0a29cc1 commit 73e44ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ run.disable_warnings = [
227227
"module-not-measured", # Triggers in multithreaded context on build
228228
"no-sysmon",
229229
"couldnt-parse", # site-customize is unparsable on latest GHA windows versions
230+
"no-ctracer", # Not available on Python 3.14, for example
230231
]
231232
report.exclude_also = [
232233
'\.\.\.',

0 commit comments

Comments
 (0)