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 d981d26 commit b8856eaCopy full SHA for b8856ea
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -220,9 +220,6 @@ def _test_thread_impl():
220
elif param.values[0].get("QT_API") == "PySide2":
221
param.marks.append(
222
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))
226
227
228
@pytest.mark.parametrize("env", _thread_safe_backends)
0 commit comments