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.
2 parents 0292396 + 3a1da3d commit adb2a65Copy full SHA for adb2a65
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