Skip to content

Commit

Permalink
Fix failing test_in_numeric_groupby
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 19, 2024
1 parent a75d491 commit 9b53a14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/tests/extension/base/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
is_bool_dtype,
is_numeric_dtype,
is_object_dtype,
is_string_dtype,
)

import pandas as pd
Expand Down Expand Up @@ -151,7 +150,6 @@ def test_in_numeric_groupby(self, data_for_grouping):
is_numeric_dtype(dtype)
or is_bool_dtype(dtype)
or dtype.name == "decimal"
or is_string_dtype(dtype)
or is_object_dtype(dtype)
or dtype.kind == "m" # in particular duration[*][pyarrow]
):
Expand Down

0 comments on commit 9b53a14

Please sign in to comment.