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: