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