From 9651f16e8dfa7e8a6ade18f114949ff563fb6917 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 5 Mar 2026 12:31:48 +0100 Subject: [PATCH] coverage: remove some excludes freebsd coverage is rather a TODO than an exclude. the "unknown platform" exclude has no match in the code. --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5e018734..c8f6a2c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -295,8 +295,6 @@ omit = [ [tool.coverage.report] exclude_lines = [ "pragma: no cover", - "pragma: freebsd only", - "pragma: unknown platform only", "def __repr__", "raise AssertionError", "raise NotImplementedError",