Skip to content

Commit e56091c

Browse files
committed
.
1 parent 71d2347 commit e56091c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/indexes/test_numpy_compat.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ def test_numpy_ufuncs_reductions(index, func, request):
157157
pytest.skip("Test doesn't make sense for empty index.")
158158
if getattr(index, "inferred_type", None) in ["mixed", "mixed-integer"]:
159159
request.applymarker(
160-
pytest.mark.xfail(
161-
reason="Cannot compare mixed types in ufunc reductions"
162-
)
160+
pytest.mark.xfail(reason="Cannot compare mixed types in ufunc reductions")
163161
)
164162

165163
if isinstance(index, CategoricalIndex) and index.dtype.ordered is False:

0 commit comments

Comments
 (0)