summaryrefslogtreecommitdiff
path: root/tests/helpers/testutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/testutils.py')
-rw-r--r--tests/helpers/testutils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/helpers/testutils.py b/tests/helpers/testutils.py
index 8bb622133..1de6af104 100644
--- a/tests/helpers/testutils.py
+++ b/tests/helpers/testutils.py
@@ -31,10 +31,10 @@ import importlib.machinery
import pytest
-from PyQt5.QtCore import qVersion
-from PyQt5.QtGui import QColor
+from PyQt6.QtCore import qVersion
+from PyQt6.QtGui import QColor
try:
- from PyQt5.QtWebEngine import PYQT_WEBENGINE_VERSION_STR
+ from PyQt6.QtWebEngine import PYQT_WEBENGINE_VERSION_STR
except ImportError:
PYQT_WEBENGINE_VERSION_STR = None