8000 Backport PR #26581: Deduplicate test for toolbar button icon LA mode. · matplotlib/matplotlib@8ddee42 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 8ddee42

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #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)
0