Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68063e commit 1ae426eCopy full SHA for 1ae426e
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -21,7 +21,7 @@ def _get_testable_interactive_backends():
21
for deps, backend in [ # (["cairocffi", "pgi"], "gtk3agg"),
22
(["cairocffi", "pgi"], "gtk3cairo"),
23
(["PyQt5"], "qt5agg"),
24
- (["PyQt5", "cariocffi"], "qt5cairo"),
+ (["PyQt5", "cairocffi"], "qt5cairo"),
25
(["tkinter"], "tkagg"),
26
(["wx"], "wx"),
27
(["wx"], "wxagg")
0 commit comments