You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the report. I think we need to refactor the how we test the fsspec-dependent stuff entirely, and that effort should include the changes you propose here.
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 inpyproject.toml
.zarr-python/tests/test_store/test_fsspec.py
Line 8 in 31d377b
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
The text was updated successfully, but these errors were encountered: