Adjust @issue3572 check for Qt 5.10.1
This commit is contained in:
parent
5d68dc08d5
commit
9721881261
@ -65,7 +65,8 @@ def _apply_platform_markers(config, item):
|
||||
('issue2478', utils.is_windows and config.webengine,
|
||||
"Broken with QtWebEngine on Windows"),
|
||||
('issue3572',
|
||||
qtutils.version_check('5.10', compiled=False, exact=True) and
|
||||
(qtutils.version_check('5.10', compiled=False, exact=True) or
|
||||
qtutils.version_check('5.10.1', compiled=False, exact=True) and
|
||||
config.webengine and 'TRAVIS' in os.environ,
|
||||
"Broken with QtWebEngine with Qt 5.10 on Travis"),
|
||||
('qtbug60673',
|
||||
|
Loading…
Reference in New Issue
Block a user