Skip to content

Commit 466c502

Browse files
committed
comment skipif to check failed test cases.
Signed-off-by: Liang Yan <[email protected]>
1 parent ab54a3c commit 466c502

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
@@ -1606,9 +1606,9 @@ def test_agg_with_as_index_false_with_list():
16061606
tm.assert_frame_equal(result, expected)
16071607

16081608

1609-
@pytest.mark.skipif(
1610-
not typing.TYPE_CHECKING, reason="let pyarrow to be imported in dtypes.py"
1611-
)
1609+
# @pytest.mark.skipif(
1610+
# not typing.TYPE_CHECKING, reason="let pyarrow to be imported in dtypes.py"
1611+
# )
16121612
def test_agg_arrow_type():
16131613
df = DataFrame.from_dict(
16141614
{

0 commit comments

Comments
 (0)