Skip to content

Commit

Permalink
Backport PR matplotlib#29134: MNT: Temporarily skip failing test to u…
Browse files Browse the repository at this point in the history
…nbreak CI
  • Loading branch information
tacaswell authored and meeseeksmachine committed Nov 13, 2024
1 parent a98cd5e commit 417bdf0
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 417bdf0

Please sign in to comment.