xpublish-community / xpublish

Publish Xarray Datasets via a REST API.
https://xpublish.readthedocs.io
Apache License 2.0
168 stars 23 forks source link

Anti-pin the latest version of Xarray to fix Zarr roundtrip tests #238

Closed abkfenris closed 1 year ago

abkfenris commented 1 year ago

v2023.09.0 of Xarray caused our Zarr roundtrip tests to fail as times no longer matched.

For full details see https://github.com/xpublish-community/xpublish/issues/237

The fix looks to have landed in https://github.com/pydata/xarray/pull/8272 and tests against the latest commit works, so we'll go with setting an pin to skip just v2023.09.0.

Closes #237