-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
DEPR: make Categorical.ravel() return Categorical #27199
Conversation
conflict and failing
otherwise lgtm. |
pandas/tests/extension/base/base.py
Outdated
@@ -2,6 +2,9 @@ | |||
|
|||
|
|||
class BaseExtensionTests: | |||
# Whether the EA being tested supports __setitem__ | |||
_supports_setitem = True |
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 guess this is ok, but in reality you should have a class which does this (future PR)
I am a little concerned by the change in testing pattern this introduces. Could we remove this for now. |
testing pattern reverted |
lgtm. merge on green. |
thanks @jbrockmendel |
Discussed in #27142.
git diff upstream/master -u -- "*.py" | flake8 --diff