-
-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python library
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
.
from botocore.session import Session |
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
fsspec = pytest.importorskip("fsspec") | |
s3fs = pytest.importorskip("s3fs") | |
requests = pytest.importorskip("requests") | |
moto_server = pytest.importorskip("moto.moto_server.threaded_moto_server") | |
moto = pytest.importorskip("moto") |
Steps to reproduce
pip install zarr[test]
pytest
Additional output
No response
Metadata
Metadata
Assignees
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python library