BUG: pd.array with non-nano by jbrockmendel · Pull Request #52859 · pandas-dev/pandas (original) (raw)
Not clear to me what the point of this test is
On Mon, Apr 24, 2023 at 11:30 AM Matthew Roeschke ***@***.***> wrote: ***@***.**** commented on this pull request. ------------------------------ In pandas/tests/arrays/test_array.py <#52859 (comment)>: > @@ -404,25 +412,6 @@ def test_array_unboxes(index_or_series): tm.assert_equal(result, expected) ***@***.*** -def registry_without_decimal(): - """Fixture yielding 'registry' with no DecimalDtype entries""" - idx = registry.dtypes.index(DecimalDtype) - registry.dtypes.pop(idx) - yield - registry.dtypes.append(DecimalDtype) - - -def test_array_not_registered(registry_without_decimal): Shouldn't we still have a related test like this? — Reply to this email directly, view it on GitHub <#52859 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5UM6HA6NEPKPI5PFNTFMDXC3BC7ANCNFSM6AAAAAAXIFXGBM> . You are receiving this because you authored the thread.Message ID: ***@***.***>