Skip to content

Commit 9cbf339

Browse files
committed
More skips
1 parent b2e34fb commit 9cbf339

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/groupby/aggregate/test_aggregate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,7 @@ def test_groupby_aggregation_func_list_multi_index_duplicate_columns():
18111811
tm.assert_frame_equal(result, expected)
18121812

18131813

1814+
@td.skip_if_no("pyarrow")
18141815
@pytest.mark.parametrize(
18151816
"input_dtype, output_dtype",
18161817
[
@@ -1842,6 +1843,7 @@ def test_agg_lambda_pyarrow_dtype_conversion(input_dtype, output_dtype):
18421843
tm.assert_frame_equal(result, expected)
18431844

18441845

1846+
@td.skip_if_no("pyarrow")
18451847
def test_agg_lambda_complex128_dtype_conversion():
18461848
# GH#59601
18471849
df = DataFrame(
@@ -1861,6 +1863,7 @@ def test_agg_lambda_complex128_dtype_conversion():
18611863
tm.assert_frame_equal(result, expected)
18621864

18631865

1866+
@td.skip_if_no("pyarrow")
18641867
def test_agg_lambda_numpy_uint64_to_pyarrow_dtype_conversion():
18651868
# GH#59601
18661869
df = DataFrame(

0 commit comments

Comments
 (0)