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 9b0f272 commit bc24f91Copy full SHA for bc24f91
lib/matplotlib/tests/test_backends_interactive.py
@@ -32,8 +32,6 @@ def _get_testable_interactive_backends():
32
reason = "No $DISPLAY"
33
elif any(importlib.util.find_spec(dep) is None for dep in deps):
34
reason = "Missing dependency"
35
- 4EE7 elif "wx" in deps and sys.platform == "darwin":
36
- reason = "wx backends known not to work on OSX"
37
backends.append(pytest.mark.skip(reason=reason)(backend) if reason
38
else backend)
39
return backends
0 commit comments