summaryrefslogtreecommitdiff
path: root/tests/helpers/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/utils.py')
-rw-r--r--tests/helpers/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helpers/utils.py b/tests/helpers/utils.py
index 41da08331..a6fd3c0e4 100644
--- a/tests/helpers/utils.py
+++ b/tests/helpers/utils.py
@@ -41,6 +41,8 @@ from qutebrowser.utils import qtutils, log
ON_CI = 'CI' in os.environ
+qt513 = pytest.mark.skipif(
+ not qtutils.version_check('5.13'), reason="Needs Qt 5.13 or newer")
qt514 = pytest.mark.skipif(
not qtutils.version_check('5.14'), reason="Needs Qt 5.14 or newer")