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 = [ '\.\.\.',