-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEP: Deprecate CoW and no_silent_downcasting options #57872
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
Conversation
# GH#57872 | ||
import os | ||
|
||
os.environ["PANDAS_COPY_ON_WRITE"] = "1" |
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.
Could you use monkeypatch.setenv
? https://docs.pytest.org/en/7.1.x/reference/reference.html?highlight=monkeypatch#pytest.MonkeyPatch.setenv
Looks good, but appears to be valid test failures |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
I think we would want this, but it appears this has gone stale so going to close to clear the queue |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.