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 a283d20 commit f5d923eCopy full SHA for f5d923e
lib/matplotlib/tests/test_backend_tk.py
@@ -57,7 +57,8 @@ def test_func():
57
# Asserting stderr first (and printing it on failure) should be
58
# more helpful for debugging that printing a failed success count.
59
assert not [line for line in proc.stderr.splitlines()
60
- if "OpenGL" not in line]
+ if "OpenGL" not in line
61
+ and "CFMessagePort: bootstrap_register" not in line]
62
assert proc.stdout.count("success") == success_count
63
64
return test_func
0 commit comments