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 970e0f0 commit 698bb2aCopy full SHA for 698bb2a
pandas/tests/test_downstream.py
@@ -240,10 +240,6 @@ def test_frame_setitem_dask_array_into_new_col(request):
240
pytest.mark.xfail(reason="loc.__setitem__ incorrectly mutated column c")
241
)
242
243
- if Version(dask.__version__) >= Version("2025.1.0"):
244
- request.applymarker(
245
- pytest.mark.xfail(reason="loc.__setitem__ incorrectly mutated column c")
246
- )
247
dda = da.array([1, 2])
248
df = DataFrame({"a": ["a", "b"]})
249
df["b"] = dda
0 commit comments