From 0a1366af221cdb2b809e7763e2a8756d217ab276 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 11 Aug 2022 22:21:45 -0700 Subject: [PATCH] Force pytest-qt to use PyQt5 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index eb40ec75d..f1afb1348 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,3 +30,6 @@ source = ./ /builds/openlp/openlp/ /Users/raoul/Library/Application Support/gitlab-runner/builds/*/*/openlp/openlp/ + +[tool:pytest] +qt_api=pyqt5