Skip to content

Commit

Permalink
Update xarray/tests/test_dataarray.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Niklas  <mick.niklas@gmail.com>
  • Loading branch information
dcherian and headtr1ck authored Nov 21, 2024
1 parent 9152b6f commit 2e68d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -4953,7 +4953,7 @@ def test_argmax(
"use_dask",
[
pytest.param(
True, marks=pytest.mark.skipif(not has_dask, reason="no dask")
True, marks=requires_dask
),
False,
],
Expand Down

0 comments on commit 2e68d12

Please sign in to comment.