Skip to content

Commit 8230c35

Browse files
committed
fix test
1 parent 6a9d418 commit 8230c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_canadian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_rdps_download(self):
9292
f.unlink()
9393

9494

95-
@pytest.mark.skipif(sys.version_info <= (3, 10), reason="Requires Python > 3.10")
95+
@pytest.mark.skipif(sys.version_info < (3, 11), reason="Requires Python > 3.10")
9696
def test_hrdps_to_netcdf():
9797
"""Check that a xarray Dataset can be written to a NetCDF file.
9898

0 commit comments

Comments
 (0)