Skip to content

Test: Consider testing GCSFS #2919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ianhi opened this issue Mar 19, 2025 · 0 comments
Open

Test: Consider testing GCSFS #2919

ianhi opened this issue Mar 19, 2025 · 0 comments

Comments

@ianhi
Copy link
Contributor

ianhi commented Mar 19, 2025

Currently it seems that zarr with a gcsfs backend is not tested. See

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")
botocore = pytest.importorskip("botocore")

If it's easy to generalize the test class it would be nice to also test GCSFS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant