We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_qt_image_qapplication.py::test_sanity
1 parent b49f93e commit fbf04aaCopy full SHA for fbf04aa
1 file changed
Tests/test_qt_image_qapplication.py
@@ -51,7 +51,6 @@ def roundtrip(expected):
51
assert_image_similar(result, expected.convert("RGB"), 0.3)
52
53
54
-@pytest.mark.xfail(reason="Flaky test")
55
@pytest.mark.skipif(not ImageQt.qt_is_installed, reason="Qt bindings are not installed")
56
def test_sanity(tmp_path):
57
# Segfault test
0 commit comments