Skip to content

Commit

Permalink
"headless" GUI framework returned as None by Matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed May 2, 2024
1 parent b8daaf1 commit e63f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/tests/test_pylabtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def test_figure_no_canvas():
# name is gui
("gtk3", "gtk3", "gtk3agg"),
("gtk4", "gtk4", "gtk4agg"),
("headless", "headless", "agg"),
("headless", None, "agg"),
("osx", "osx", "macosx"),
("qt", "qt", "qtagg"),
("qt5", "qt5", "qt5agg"),
Expand Down

0 comments on commit e63f26e

Please sign in to comment.