-
-
Couldn't load subscription status.
- Fork 19.2k
DOC: set __module__ on remaining top-level functions #62758
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
Changes from 6 commits
fb5ef7c
3ca3945
5dc03cb
06f64c4
19e56c7
ccf1c1c
fadb71c
2cbf8b9
b3daa99
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1951,8 +1951,8 @@ def ip(): | |
| return InteractiveShell(config=c) | ||
|
|
||
|
|
||
| @pytest.fixture | ||
| def mpl_cleanup(): | ||
| @pytest.fixture(autouse=True) | ||
| def mpl_cleanup(doctest_namespace): | ||
|
||
| """ | ||
| Ensure Matplotlib is cleaned up around a test. | ||
|
|
||
|
|
||
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.
Looks like this was accidentally deleted