Add missing )
I shouldn't be allowed to push at 6:30 AM...
This commit is contained in:
parent
9721881261
commit
b0c25e1bed
@ -66,7 +66,7 @@ def _apply_platform_markers(config, item):
|
|||||||
"Broken with QtWebEngine on Windows"),
|
"Broken with QtWebEngine on Windows"),
|
||||||
('issue3572',
|
('issue3572',
|
||||||
(qtutils.version_check('5.10', compiled=False, exact=True) or
|
(qtutils.version_check('5.10', compiled=False, exact=True) or
|
||||||
qtutils.version_check('5.10.1', compiled=False, exact=True) and
|
qtutils.version_check('5.10.1', compiled=False, exact=True)) and
|
||||||
config.webengine and 'TRAVIS' in os.environ,
|
config.webengine and 'TRAVIS' in os.environ,
|
||||||
"Broken with QtWebEngine with Qt 5.10 on Travis"),
|
"Broken with QtWebEngine with Qt 5.10 on Travis"),
|
||||||
('qtbug60673',
|
('qtbug60673',
|
||||||
|
Loading…
Reference in New Issue
Block a user