Skip to content

Commit

Permalink
Add reason
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Feb 4, 2025
1 parent f43ba26 commit 1409919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_frame_setitem_dask_array_into_new_col(request):

if Version(dask.__version__) >= Version("2025.1.0"):
request.applymarker(
pytest.mark.xfail("loc.__setitem__ incorrectly mutated column c")
pytest.mark.xfail(reason="loc.__setitem__ incorrectly mutated column c")
)
dda = da.array([1, 2])
df = DataFrame({"a": ["a", "b"]})
Expand Down

0 comments on commit 1409919

Please sign in to comment.