-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Interactive tests update #12036
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
Interactive tests update #12036
Conversation
for deps, backend in [ # (["cairocffi", "pgi"], "gtk3agg"), | ||
(["cairocffi", "pgi"], "gtk3cairo"), | ||
(["PyQt5"], "qt5agg"), | ||
(["PyQt5", "cariocffi"], "qt5cairo"), |
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.
cario -> cairo
(it's in a commit of its own for clarity)
This should be backported? (At least the typo fix should be). |
Sure. It's in a commit of its own. |
Right, but I'm asking about the others. |
@@ -18,21 +18,20 @@ | |||
def _get_testable_interactive_backends(): | |||
backends = [] | |||
# gtk3agg fails on Travis, needs to be investigated. |
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.
Move this comment next to the commented out line in the for list. Otherwise it might be overseen and it becomes unclear why gtk3agg is commented out in the list.
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.
sure...
3700b94
to
67bbd75
Compare
67bbd75
to
bc24f91
Compare
I think backporting everything is fine. |
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.
Thanks @anntzer !
This comment has been minimized.
This comment has been minimized.
@meeseeksdev backport to v3.0.x |
…036-on-v3.0.x Backport PR #12036 on branch v3.0.x (Interactive tests update)
PR Summary
PR Checklist