8000 Let's see whether wx+osx works now. · matplotlib/matplotlib@bc24f91 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc24f91

Browse files
committed
Let's see whether wx+osx works now.
1 parent 9b0f272 commit bc24f91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def _get_testable_interactive_backends():
3232
reason = "No $DISPLAY"
3333
elif any(importlib.util.find_spec(dep) is None for dep in deps):
3434
reason = "Missing dependency"
35-
4EE7 elif "wx" in deps and sys.platform == "darwin":
36-
reason = "wx backends known not to work on OSX"
3735
backends.append(pytest.mark.skip(reason=reason)(backend) if reason
3836
else backend)
3937
return backends

0 commit comments

Comments
 (0)
0