Mark line as uncovered.
This commit is contained in:
parent
967144fd94
commit
bc05366549
|
@ -538,7 +538,7 @@ class DoctestModule(Module):
|
||||||
https://github.com/python/cpython/issues/69718
|
https://github.com/python/cpython/issues/69718
|
||||||
"""
|
"""
|
||||||
if _is_mocked(obj):
|
if _is_mocked(obj):
|
||||||
return
|
return # pragma: no cover
|
||||||
with _patch_unwrap_mock_aware():
|
with _patch_unwrap_mock_aware():
|
||||||
# Type ignored because this is a private function.
|
# Type ignored because this is a private function.
|
||||||
super()._find( # type:ignore[misc]
|
super()._find( # type:ignore[misc]
|
||||||
|
|
Loading…
Reference in New Issue