Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b2bbac

Browse filesBrowse files
committed
CI: Skip gtk3cairo interactive timer test
1 parent a083ddd commit 8b2bbac
Copy full SHA for 8b2bbac

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎lib/matplotlib/tests/test_backends_interactive.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.