Skip to content

Commit 758293d

Browse files
committed
add netcdf4 requirement
1 parent cf1960c commit 758293d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_backends.py

+1
Original file line numberDiff line numberDiff line change
@@ -4411,6 +4411,7 @@ def test_open_mfdataset_manyfiles(
44114411
assert_identical(original, actual)
44124412

44134413

4414+
@requires_netCDF4
44144415
class TestParallel:
44154416
def test_validate_parallel_kwarg(self) -> None:
44164417
original = Dataset({"foo": ("x", np.random.randn(10))})

0 commit comments

Comments
 (0)