-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH/TST: Add BaseInterfaceTests tests for ArrowExtensionArray PT2 #47468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH/TST: Add BaseInterfaceTests tests for ArrowExtensionArray PT2 #47468
Conversation
Ready for another look @jreback |
super().test_setitem_tuple_index(data) | ||
|
||
def test_setitem_slice(self, data, box_in_series, using_array_manager, request): | ||
tz = getattr(data.dtype.pyarrow_dtype, "tz", None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe worth making a helper for this as its happening in virtually every test. (or put it in the fixture) but that's a bit more opaque.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try addressing this in a followup, but it's not perfectly generalizable because some of the tests also fail for a specific unit
or sometimes fails for UTC
xref #47377 (comment)