We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e75042 commit 3b95c97Copy full SHA for 3b95c97
src/zarr/storage/_common.py
@@ -346,7 +346,7 @@ def _is_pytest_legacy_path(path: Any) -> bool:
346
# https://docs.pytest.org/en/stable/how-to/tmp_path.html#tmp-path
347
try:
348
from _pytest.compat import LEGACY_PATH
349
- except ImportError:
+ except ImportError: # pragma: no cover
350
return False
351
return isinstance(path, LEGACY_PATH)
352
0 commit comments