Skip to content

Commit 5e3ab4e

Browse files
authored
Revert "chore: coverage now warns on 3.14" (#1107)
No longer needed, doesn't warn on 3.14, so let's revert #1102.
1 parent 728e273 commit 5e3ab4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ 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
231230
]
232231
report.exclude_also = [
233232
'\.\.\.',

0 commit comments

Comments
 (0)