summaryrefslogtreecommitdiff
path: root/tests/unit/javascript/stylesheet/test_stylesheet_js.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/javascript/stylesheet/test_stylesheet_js.py')
-rw-r--r--tests/unit/javascript/stylesheet/test_stylesheet_js.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/javascript/stylesheet/test_stylesheet_js.py b/tests/unit/javascript/stylesheet/test_stylesheet_js.py
index 1eebe3b7f..237af660a 100644
--- a/tests/unit/javascript/stylesheet/test_stylesheet_js.py
+++ b/tests/unit/javascript/stylesheet/test_stylesheet_js.py
@@ -22,7 +22,7 @@
import pathlib
import pytest
-QtWebEngineWidgets = pytest.importorskip("PyQt5.QtWebEngineWidgets")
+QtWebEngineWidgets = pytest.importorskip("PyQt6.QtWebEngineWidgets")
QWebEngineProfile = QtWebEngineWidgets.QWebEngineProfile
from qutebrowser.utils import javascript