diff options
-rw-r--r-- | metacov.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/metacov.ini b/metacov.ini index 133d314d..368a205f 100644 --- a/metacov.ini +++ b/metacov.ini @@ -59,6 +59,10 @@ exclude_lines = raise AssertionError pragma: only failure + # Not-real code for type checking + if TYPE_CHECKING: + class .*\(Protocol\): + # OS error conditions that we can't (or don't care to) replicate. pragma: cant happen |