Show More
@@ -280,7 +280,7 def test_figure_no_canvas(): | |||
|
280 | 280 | ("osx", "osx", "macosx"), |
|
281 | 281 | ("qt", "qt", "qtagg"), |
|
282 | 282 | ("qt5", "qt5", "qt5agg"), |
|
283 |
("qt6", "qt6", "qt |
|
|
283 | ("qt6", "qt6", "qtagg"), | |
|
284 | 284 | ("tk", "tk", "tkagg"), |
|
285 | 285 | ("wx", "wx", "wxagg"), |
|
286 | 286 | # name is backend |
@@ -301,8 +301,6 def test_figure_no_canvas(): | |||
|
301 | 301 | ("qtcairo", "qt", "qtcairo"), |
|
302 | 302 | ("qt5agg", "qt5", "qt5agg"), |
|
303 | 303 | ("qt5cairo", "qt5", "qt5cairo"), |
|
304 | ("qt6agg", "qt", "qt6agg"), | |
|
305 | ("qt6cairo", "qt", "qt6cairo"), | |
|
306 | 304 | ("tkagg", "tk", "tkagg"), |
|
307 | 305 | ("tkcairo", "tk", "tkcairo"), |
|
308 | 306 | ("webagg", "webagg", "webagg"), |
General Comments 0
You need to be logged in to leave comments.
Login now