Skip to content

Commit adb2a65

Browse files
authored
Merge pull request #18907 from anntzer/unstrictwx
Unmark wx-threading-test-failure as strict xfail.
2 parents 0292396 + 3a1da3d commit adb2a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backends_interactive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def thread_draw_work():
237237
_thread_safe_backends.remove("wx")
238238
_thread_safe_backends.append(
239239
pytest.param("wx", marks=pytest.mark.xfail(
240-
raises=subprocess.CalledProcessError, strict=True)))
240+
raises=subprocess.CalledProcessError)))
241241
if "macosx" in _thread_safe_backends:
242242
_thread_safe_backends.remove("macosx")
243243
_thread_safe_backends.append(

0 commit comments

Comments
 (0)