Skip to content

Commit fab8263

Browse files
author
Joeperdefloep
committed
added require_scipy #5564
1 parent a874739 commit fab8263

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xarray/tests/test_backends.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2862,6 +2862,7 @@ def test_open_twice(self):
28622862
with open_dataset(f, engine="h5netcdf"):
28632863
pass
28642864

2865+
@requires_scipy
28652866
def test_open_fileobj(self):
28662867
# open in-memory datasets instead of local file paths
28672868
expected = create_test_data().drop_vars("dim3")

xarray/tests/test_interp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ def test_datetime_interp_noerror():
727727

728728

729729
@requires_cftime
730+
@requires_scipy
730731
def test_3641():
731732
times = xr.cftime_range("0001", periods=3, freq="500Y")
732733
da = xr.DataArray(range(3), dims=["time"], coords=[times])

0 commit comments

Comments
 (0)