Skip to content

Commit

Permalink
Merge pull request #2674 from pnuu/fix-test-cf-xarray-2023.12
Browse files Browse the repository at this point in the history
Update xarray version in CF writer tests for compression kwarg
  • Loading branch information
pnuu committed Dec 11, 2023
2 parents fbe017c + aa98fd6 commit d90acf5
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 @@ -570,5 +570,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.12")
versions["xarray"] >= Version("2024.1")
)

0 comments on commit d90acf5

Please sign in to comment.