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 93b7a9e commit d0e96b2Copy full SHA for d0e96b2
xarray/tests/__init__.py
@@ -145,7 +145,7 @@ def _importorskip(
145
)
146
has_numbagg_or_bottleneck = has_numbagg or has_bottleneck
147
requires_numbagg_or_bottleneck = pytest.mark.skipif(
148
- not has_scipy_or_netCDF4, reason="requires scipy or netCDF4"
+ not has_numbagg_or_bottleneck, reason="requires numbagg or bottlekneck"
149
150
has_numpy_array_api, requires_numpy_array_api = _importorskip("numpy", "1.26.0")
151
has_numpy_2, requires_numpy_2 = _importorskip("numpy", "2.0.0")
0 commit comments