Skip to content

Commit

Permalink
Fix cf tests for new xarray release
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Sep 28, 2023
1 parent eba9c82 commit 2125eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/writer_tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,5 +1448,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.9")
versions["xarray"] >= Version("2023.10")
)

0 comments on commit 2125eb2

Please sign in to comment.