Skip to content

Commit d33a6d8

Browse files
committed
request.node removed
1 parent 36366ec commit d33a6d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/indexes/multi/test_setops.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,7 @@ def test_union_duplicates(index, request):
629629
# special case for mixed types
630630
if index.inferred_type == "mixed":
631631
pytest.mark.xfail(
632-
reason="GH#38977 - mixed type union with duplicates is not supported"
633-
)(request.node)
632+
reason="GH#38977 - mixed type union with duplicates is not supported")
634633

635634
# GH#38977
636635
if index.empty or isinstance(index, (IntervalIndex, CategoricalIndex)):

0 commit comments

Comments
 (0)