Exclude unused test function xfail_on_the_annoying_os from coverage
Marco Ricci

Marco Ricci commited on 2025-05-23 00:01:28
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -1626,7 +1626,7 @@ def xfail_on_the_annoying_os(
1626 1626
     /,
1627 1627
     *,
1628 1628
     reason: str = '',
1629
-) -> pytest.MarkDecorator | Any:
1629
+) -> pytest.MarkDecorator | Any:  # pragma: no cover
1630 1630
     """Annotate a test which fails on The Annoying OS.
1631 1631
 
1632 1632
     Annotate a test to indicate that it fails on The Annoying Operating
1633 1633