Skip to content

Commit bf58536

Browse files
committed
Remove kurt too
1 parent 60d83c1 commit bf58536

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pandas/tests/extension/test_arrow.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -529,12 +529,7 @@ def test_reduce_series_numeric(self, data, all_numeric_reductions, skipna, reque
529529
f"pyarrow={pa.__version__} for {pa_dtype}"
530530
),
531531
)
532-
if all_numeric_reductions == "kurt" and (
533-
dtype._is_numeric or dtype.kind == "b"
534-
):
535-
request.applymarker(xfail_mark)
536-
537-
elif pa.types.is_boolean(pa_dtype) and all_numeric_reductions in {
532+
if pa.types.is_boolean(pa_dtype) and all_numeric_reductions in {
538533
"sem",
539534
"std",
540535
"var",

0 commit comments

Comments
 (0)