We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab54a3c commit 466c502Copy full SHA for 466c502
pandas/tests/groupby/aggregate/test_aggregate.py
@@ -1606,9 +1606,9 @@ def test_agg_with_as_index_false_with_list():
1606
tm.assert_frame_equal(result, expected)
1607
1608
1609
-@pytest.mark.skipif(
1610
- not typing.TYPE_CHECKING, reason="let pyarrow to be imported in dtypes.py"
1611
-)
+# @pytest.mark.skipif(
+# not typing.TYPE_CHECKING, reason="let pyarrow to be imported in dtypes.py"
+# )
1612
def test_agg_arrow_type():
1613
df = DataFrame.from_dict(
1614
{
0 commit comments