--- xarray/tests/test_interp.py | 1 + 1 file changed, 1 insertion(+) --- a/xarray/tests/test_interp.py +++ b/xarray/tests/test_interp.py @@ -20,6 +20,7 @@ from .test_dataset import create_test_da try: import scipy + import scipy.interpolate except ImportError: pass