Skip to content

Commit e0fddcc

Browse files
committed
test_misc return removed
1 parent e66f888 commit e0fddcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/base/test_misc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,13 @@ def test_searchsorted(request, index_or_series_obj):
149149

150150
if isinstance(obj, pd.MultiIndex):
151151
request.applymarker(pytest.mark.xfail(reason="GH 14833", strict=False))
152-
return
153152

154153
if isinstance(obj, Index):
155154
if obj.inferred_type in ["mixed", "mixed-integer"]:
156155
try:
157156
obj = obj.astype(str)
158157
except (TypeError, ValueError):
159158
request.applymarker(pytest.mark.xfail(reason="Mixed types"))
160-
return
161159

162160
elif obj.dtype.kind == "c":
163161
return

0 commit comments

Comments
 (0)