Skip to content

Commit

Permalink
Mark compat code as uncovered.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 23, 2024
1 parent 52ce982 commit b815aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_metadata/compat/py311.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import types


def wrap(path):
def wrap(path): # pragma: no cover
"""
Workaround for https://github.com/python/cpython/issues/84538
to add backward compatibility for walk_up=True.
Expand Down

0 comments on commit b815aee

Please sign in to comment.