-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove cairo-based backends from backend fallback. #13189
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
Do we know why qt tests are failing on Travis? |
I guess I don't understand why they would never be selected? |
Because if gtk3cairo imports successfully that just means that PyGObject and PyCairo import successfully; but then gtk3agg (which has the same dependencies, and uses the same interactive framework) would have also imported successfully. |
32c80d2
to
4cdc929
Compare
done x2 |
4cdc929
to
928aa76
Compare
They would never be selected by the fallback machinery anyways.
928aa76
to
d026ed2
Compare
They would never be selected by the fallback machinery anyways.
PR Summary
PR Checklist