Skip to content

Commit b88a3b4

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines 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)