Adjust skipped test
This commit is contained in:
parent
470ef781eb
commit
a3d0ea7e01
@ -133,7 +133,7 @@ except ImportError:
|
||||
QtWebEngineWidgets = None
|
||||
|
||||
|
||||
@pytest.mark.skipif(QT_VERSION_STR == "5.7.0" and
|
||||
@pytest.mark.skipif(QT_VERSION_STR.startswith('5.7') and
|
||||
QtWebEngineWidgets is not None and
|
||||
sys.platform == "linux",
|
||||
reason="Segfaults when run with QtWebEngine tests on Linux")
|
||||
|
Loading…
Reference in New Issue
Block a user