Closed
Description
Zarr version
3.0.1
Numcodecs version
0.14.0
Python Version
3.13.1
Operating System
Fedora rawhide
Installation
source
Description
It is always imported in tests, so should be part of the test
extra in pyproject.toml
.
If instead you expect it to be required transitively through some other dependency, then it should be imported below the importorskip
lines.
zarr-python/tests/test_store/test_fsspec.py
Lines 23 to 27 in 31d377b
Steps to reproduce
pip install zarr[test]
pytest
Additional output
No response