8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a083ddd commit 8b2bbacCopy full SHA for 8b2bbac
lib/matplotlib/tests/test_backends_interactive.py
@@ -665,5 +665,7 @@ def _impl_test_interactive_timers():
665
666
@pytest.mark.parametrize("env", _get_testable_interactive_backends())
667
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")
670
_run_helper(_impl_test_interactive_timers,
671
timeout=_test_timeout, extra_env=env)
0 commit comments