We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfea52d commit 594b122Copy full SHA for 594b122
1 file changed
xarray/tests/test_backends.py
@@ -4582,10 +4582,13 @@ def test_write_store(self) -> None:
4582
pass
4583
4584
@requires_scipy
4585
+ @requires_netCDF4
4586
def test_engine(self) -> None:
4587
data = create_test_data()
4588
+
4589
with pytest.raises(ValueError, match=r"unrecognized engine"):
4590
data.to_netcdf("foo.nc", engine="foobar") # type: ignore[call-overload]
4591
4592
with pytest.raises(
4593
ValueError,
4594
match=re.escape(
0 commit comments