Mark line as uncovered.

This commit is contained in:
Jason R. Coombs 2024-06-06 11:22:59 -04:00
parent 967144fd94
commit bc05366549
No known key found for this signature in database
GPG Key ID: 708E6CB181B4C47E
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ class DoctestModule(Module):
https://github.com/python/cpython/issues/69718
"""
if _is_mocked(obj):
return
return # pragma: no cover
with _patch_unwrap_mock_aware():
# Type ignored because this is a private function.
super()._find( # type:ignore[misc]