Skip to content

Commit

Permalink
Merge pull request pytroll#2522 from mraspaud/fix-test-cf
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jun 27, 2023
2 parents 8fb627b + 51c9c1c commit bcd6581
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 @@ -1432,5 +1432,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.6")
versions["xarray"] >= Version("2023.7")
)

0 comments on commit bcd6581

Please sign in to comment.