Skip to content

Commit 1409919

Browse files
committed
Add reason
1 parent f43ba26 commit 1409919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_downstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_frame_setitem_dask_array_into_new_col(request):
236236

237237
if Version(dask.__version__) >= Version("2025.1.0"):
238238
request.applymarker(
239-
pytest.mark.xfail("loc.__setitem__ incorrectly mutated column c")
239+
pytest.mark.xfail(reason="loc.__setitem__ incorrectly mutated column c")
240240
)
241241
dda = da.array([1, 2])
242242
df = DataFrame({"a": ["a", "b"]})

0 commit comments

Comments
 (0)