Thanks to visit codestin.com Credit goes to github.com
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 1c20824 commit 3a1da3dCopy full SHA for 3a1da3d
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -237,7 +237,7 @@ def thread_draw_work():
237
_thread_safe_backends.remove("wx")
238
_thread_safe_backends.append(
239
pytest.param("wx", marks=pytest.mark.xfail(
240
- raises=subprocess.CalledProcessError, strict=True)))
+ raises=subprocess.CalledProcessError)))
241
if "macosx" in _thread_safe_backends:
242
_thread_safe_backends.remove("macosx")
243
0 commit comments