From 7ce0a0f2f718328600ed3c9cb195a2e67cbb5b91 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 22 Mar 2020 09:57:25 +0100 Subject: [PATCH] Unbreak CI by xfailing wxAgg test on macOS --- lib/matplotlib/tests/test_backends_interactive.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/matplotlib/tests/test_backends_interactive.py b/lib/matplotlib/tests/test_backends_interactive.py index 3d39689fa5cf..e53aa646484d 100644 --- a/lib/matplotlib/tests/test_backends_interactive.py +++ b/lib/matplotlib/tests/test_backends_interactive.py @@ -40,6 +40,11 @@ def _get_testable_interactive_backends(): backend, marks=pytest.mark.skip( reason=f"Skipping {backend} because {reason}")) + elif backend == 'wxagg' and sys.platform == 'darwin': + # ignore on OSX because that's currently broken (github #16849) + backend = pytest.param( + backend, + marks=pytest.mark.xfail(reason='github #16849')) backends.append(backend) return backends
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: