Skip to content

Commit b8856ea

Browse files
committed
TST: PySide6 + qtagg is threadsafe (enough)
1 parent d981d26 commit b8856ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/tests/test_backends_interactive.py

-3
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@ def _test_thread_impl():
220220
elif param.values[0].get("QT_API") == "PySide2":
221221
param.marks.append(
222222
pytest.mark.xfail(raises=subprocess.CalledProcessError))
223-
elif param.values[0].get("QT_API") == "PySide6":
224-
param.marks.append(
225-
pytest.mark.xfail(raises=subprocess.TimeoutExpired))
226223

227224

228225
@pytest.mark.parametrize("env", _thread_safe_backends)

0 commit comments

Comments
 (0)