Skip to content
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

Test against Zarr v3 in CI #263

Closed
TomNicholas opened this issue Oct 20, 2024 · 1 comment · Fixed by #264
Closed

Test against Zarr v3 in CI #263

TomNicholas opened this issue Oct 20, 2024 · 1 comment · Fixed by #264
Labels
CI Continuous Integration dependencies Updates a dependency testing zarr-python Relevant to zarr-python upstream

Comments

@TomNicholas
Copy link
Member

If we add CI workflows that use the bleeding edge versions of upstream dependencies, we can use it to test against zarr-python-v3.

If we add another env that uses upstream versions but only the minimum dependencies (i.e. no kerchunk), then we can use that to test Icechunk integration against.

We may also want to add another env to test V3 with kerchunk.

This way we can start testing every feature against each version of key dependencies, in a way that will still be a somewhat sane setup even after the whole ecosystem works with zarr-python-v3.

@TomNicholas TomNicholas added zarr-python Relevant to zarr-python upstream CI Continuous Integration testing dependencies Updates a dependency labels Oct 20, 2024
@TomNicholas
Copy link
Member Author

I just realised that what I'm trying to achieve is the same as what @ghidalgo3 already suggested in #182 (comment). The difference is that now we can run the tests (skipping a lot of them #259) without kerchunk installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration dependencies Updates a dependency testing zarr-python Relevant to zarr-python upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant