Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b3d118

Browse files
authored
Merge pull request #26581 from anntzer/lat
Deduplicate test for toolbar button icon LA mode.
2 parents 43bc6b5 + f566213 commit 6b3d118

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)