From 3a1da3d0ee2d26cf0ce91fec06ebaad4d395511e Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Fri, 6 Nov 2020 10:45:49 +0100 Subject: [PATCH] Unmark wx-threading-test-failure as strict xfail. It can apparently pass sometimes. --- lib/matplotlib/tests/test_backends_interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/tests/test_backends_interactive.py b/lib/matplotlib/tests/test_backends_interactive.py index ecf9c513bd1b..e6fd4ce327c1 100644 --- a/lib/matplotlib/tests/test_backends_interactive.py +++ b/lib/matplotlib/tests/test_backends_interactive.py @@ -237,7 +237,7 @@ def thread_draw_work(): _thread_safe_backends.remove("wx") _thread_safe_backends.append( pytest.param("wx", marks=pytest.mark.xfail( - raises=subprocess.CalledProcessError, strict=True))) + raises=subprocess.CalledProcessError))) if "macosx" in _thread_safe_backends: _thread_safe_backends.remove("macosx") _thread_safe_backends.append(