From b0c25e1bed82b711252d83679b09453828bd51b9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 2 Mar 2018 06:58:37 +0100 Subject: [PATCH] Add missing ) I shouldn't be allowed to push at 6:30 AM... --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 5eec6ce0b..bab8e404c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -66,7 +66,7 @@ def _apply_platform_markers(config, item): "Broken with QtWebEngine on Windows"), ('issue3572', (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, "Broken with QtWebEngine with Qt 5.10 on Travis"), ('qtbug60673',