8000 CI: Skip gtk3cairo interactive timer test · matplotlib/matplotlib@8b2bbac · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b2bbac

Browse files
committed
CI: Skip gtk3cairo interactive timer test
1 parent a083ddd commit 8b2bbac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,5 +665,7 @@ def _impl_test_interactive_timers():
665665

666666
@pytest.mark.parametrize("env", _get_testable_interactive_backends())
667667
def test_interactive_timers(env):
668+
if env["MPLBACKEND"] == "gtk3cairo" and os.getenv("CI"):
669+
pytest.skip("gtk3cairo timers do not work in remote CI")
668670
_run_helper(_impl_test_interactive_timers,
669671
timeout=_test_timeout, extra_env=env)

0 commit comments

Comments
 (0)
0