Skip to content

Commit

Permalink
Merge pull request matplotlib#29138 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-29134-on-v3.10.x

Backport PR matplotlib#29134 on branch v3.10.x (MNT: Temporarily skip failing test to unbreak CI)
  • Loading branch information
jklymak authored Nov 13, 2024
2 parents a98cd5e + 417bdf0 commit b88a3b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/matplotlib/tests/test_backends_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ def test_interactive_backend(env, toolbar):
pytest.skip("toolmanager is not implemented for macosx.")
if env["MPLBACKEND"] == "wx":
pytest.skip("wx backend is deprecated; tests failed on appveyor")
if env["MPLBACKEND"] == "wxagg" and toolbar == "toolmanager":
pytest.skip("Temporarily deactivated: show() changes figure height "
"and thus fails the test")
try:
proc = _run_helper(
_test_interactive_impl,
Expand Down

0 comments on commit b88a3b4

Please sign in to comment.