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 b88a3b4

Browse filesBrowse files
authored
Merge pull request #29138 from meeseeksmachine/auto-backport-of-pr-29134-on-v3.10.x
Backport PR #29134 on branch v3.10.x (MNT: Temporarily skip failing test to unbreak CI)
2 parents a98cd5e + 417bdf0 commit b88a3b4
Copy full SHA for b88a3b4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎lib/matplotlib/tests/test_backends_interactive.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ def test_interactive_backend(env, toolbar):
241241
pytest.skip("toolmanager is not implemented for macosx.")
242242
if env["MPLBACKEND"] == "wx":
243243
pytest.skip("wx backend is deprecated; tests failed on appveyor")
244+
if env["MPLBACKEND"] == "wxagg" and toolbar == "toolmanager":
245+
pytest.skip("Temporarily deactivated: show() changes figure height "
246+
"and thus fails the test")
244247
try:
245248
proc = _run_helper(
246249
_test_interactive_impl,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.