From 84f7e81ad6cf4dc7182dda718d1589be89706ad0 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 12 Jun 2025 10:16:01 -0400 Subject: [PATCH] chore: coverage now warns on 3.14 Signed-off-by: Henry Schreiner --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9441aae62..f31452694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -227,6 +227,7 @@ run.disable_warnings = [ "module-not-measured", # Triggers in multithreaded context on build "no-sysmon", "couldnt-parse", # site-customize is unparsable on latest GHA windows versions + "no-ctracer", # Not available on Python 3.14, for example ] report.exclude_also = [ '\.\.\.',