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 36366ec commit d33a6d8Copy full SHA for d33a6d8
pandas/tests/indexes/multi/test_setops.py
@@ -629,8 +629,7 @@ def test_union_duplicates(index, request):
629
# special case for mixed types
630
if index.inferred_type == "mixed":
631
pytest.mark.xfail(
632
- reason="GH#38977 - mixed type union with duplicates is not supported"
633
- )(request.node)
+ reason="GH#38977 - mixed type union with duplicates is not supported")
634
635
# GH#38977
636
if index.empty or isinstance(index, (IntervalIndex, CategoricalIndex)):
0 commit comments