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 f43ba26 commit 1409919Copy full SHA for 1409919
pandas/tests/test_downstream.py
@@ -236,7 +236,7 @@ def test_frame_setitem_dask_array_into_new_col(request):
236
237
if Version(dask.__version__) >= Version("2025.1.0"):
238
request.applymarker(
239
- pytest.mark.xfail("loc.__setitem__ incorrectly mutated column c")
+ pytest.mark.xfail(reason="loc.__setitem__ incorrectly mutated column c")
240
)
241
dda = da.array([1, 2])
242
df = DataFrame({"a": ["a", "b"]})
0 commit comments