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

Appearance settings

Commit 6b3d118

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

File tree

1 file changed

+0
-4
lines changed
Filter options

1 file changed

+0
-4
lines changed

‎lib/matplotlib/tests/test_backends_interactive.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py
-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.