Skip to content

Commit 29dd9d4

Browse files
committed
TST: put back wx and qt5cairo tests
1 parent 0ccc19e commit 29dd9d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ def _get_testable_interactive_backends():
2121
for deps, backend in [ # (["cairocffi", "pgi"], "gtk3agg"),
2222
(["cairocffi", "pgi"], "gtk3cairo"),
2323
(["PyQt5"], "qt5agg"),
24+
(["PyQt5", "cariocffi"], "qt5cairo"),
2425
(["tkinter"], "tkagg"),
25-
# (["wx"], "wx"),
26+
(["wx"], "wx"),
2627
(["wx"], "wxagg")
2728
]:
2829
reason = None

0 commit comments

Comments
 (0)