Skip to content

Commit 60d83c1

Browse files
committed
remove skew from check
1 parent e89f94a commit 60d83c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +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 in {"skew", "kurt"} and (
532+
if all_numeric_reductions == "kurt" and (
533533
dtype._is_numeric or dtype.kind == "b"
534534
):
535535
request.applymarker(xfail_mark)

0 commit comments

Comments
 (0)