summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_autoupdate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_autoupdate.py')
-rw-r--r--tests/unit/misc/test_autoupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_autoupdate.py b/tests/unit/misc/test_autoupdate.py
index f7cf78248..38d838e93 100644
--- a/tests/unit/misc/test_autoupdate.py
+++ b/tests/unit/misc/test_autoupdate.py
@@ -21,7 +21,7 @@
"""Tests for qutebrowser.misc.autoupdate."""
import pytest
-from PyQt5.QtCore import QUrl
+from PyQt6.QtCore import QUrl
from qutebrowser.misc import autoupdate, httpclient