Skip to content

Commit 8ddee42

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#26581: Deduplicate test for toolbar button icon LA mode.
1 parent 4835706 commit 8ddee42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ def check_alt_backend(alt_backend):
206206

207207
assert fig.canvas.manager.get_window_title() == "Figure 1"
208208

209-
if mpl.rcParams["toolbar"] == "toolmanager":
210-
# test toolbar button icon LA mode see GH issue 25174
211-
_test_toolbar_button_la_mode_icon(fig)
212-
213209
if mpl.rcParams["toolbar"] == "toolmanager":
214210
# test toolbar button icon LA mode see GH issue 25174
215211
_test_toolbar_button_la_mode_icon(fig)

0 commit comments

Comments
 (0)