Skip to content

Commit

Permalink
Anti-pin the latest version of Xarray to fix Zarr roundtrip tests (#238)
Browse files Browse the repository at this point in the history
* Anti-pin the latest version of Xarray to

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

For full details see #237

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

Closes #237

* Dev requirements needs to mirror requirements due to --no-deps
  • Loading branch information
abkfenris committed Oct 14, 2023
1 parent c4134db commit 35227bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Expand Up @@ -16,5 +16,5 @@ pytest-cov
requests
toolz
uvicorn
xarray
xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237
zarr
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,5 +6,5 @@ numpy
pluggy
toolz
uvicorn
xarray
xarray!=v2023.09.0 # see https://github.com/xpublish-community/xpublish/issues/237
zarr

0 comments on commit 35227bc

Please sign in to comment.