Skip to content

Commit 96fd5de

Browse files
committed
comment skipif to check failed test cases.
Signed-off-by: Liang Yan <[email protected]>
1 parent 94a19b8 commit 96fd5de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/tests/groupby/aggregate/test_aggregate.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1610,9 +1610,9 @@ def test_agg_with_as_index_false_with_list():
16101610
tm.assert_frame_equal(result, expected)
16111611

16121612

1613-
@pytest.mark.skipif(
1614-
not typing.TYPE_CHECKING, reason="let pyarrow to be imported in dtypes.py"
1615-
)
1613+
# @pytest.mark.skipif(
1614+
# not typing.TYPE_CHECKING, reason="let pyarrow to be imported in dtypes.py"
1615+
# )
16161616
def test_agg_arrow_type():
16171617
df = DataFrame.from_dict(
16181618
{

0 commit comments

Comments
 (0)