Skip to content
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

FIX: only expect FigureCanvas on backend module if using new style #23912

Merged
merged 1 commit into from Sep 17, 2022

Conversation

tacaswell
Copy link
Member

PR Summary

This is to un-break pycharm's backend_interagg

Closes #23911

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

I'm not sure the best way to test this, I guess we need to make a minimal backend that does not have FigureCanvas and try push it through the machinery? Is it worth the effort?

This is to un-break pycharm's backend_interagg

Closes matplotlib#23911
@tacaswell tacaswell added this to the v3.6.1 milestone Sep 16, 2022
@oscargus oscargus merged commit ed45612 into matplotlib:main Sep 17, 2022
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Sep 17, 2022
@tacaswell tacaswell deleted the fix_pycharm_interagg branch September 20, 2022 14:51
@ice1000
Copy link

ice1000 commented Sep 22, 2022

Is this released?

@tacaswell
Copy link
Member Author

No, this will be in 3.6.1 when it is relesaed.

@ice1000
Copy link

ice1000 commented Sep 23, 2022

No, this will be in 3.6.1 when it is relesaed.

Looking forward!

QuLogic added a commit that referenced this pull request Sep 23, 2022
…912-on-v3.6.x

Backport PR #23912 on branch v3.6.x (FIX: only expect FigureCanvas on backend module if using new style)
@davidgilbertson
Copy link
Contributor

Thanks for moving so quickly on this @tacaswell!

@ksunden ksunden mentioned this pull request Feb 20, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: 3.6.0 doesn't interact well with pycharm throwing "backend_interagg" exception
5 participants