-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove matplotlibrc.template. #19603
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
We can close #19602 if simpler, though suggest stealing some of the commentary. Also suggest the softlink so no one complains... |
More detail:Previously Aside from being somewhat rickety, the problem is that developers working from an editable install don't want to always call The solution here is to simply make See also: |
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.
This seems fine to me, though I do not fully grok the setup.py changes.
d572ccd
to
058b683
Compare
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.
modulo making sure it is a no-op in the default case.
added a test checking the default backend. |
PR Summary
See #19588, #19602.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).