summaryrefslogtreecommitdiff
path: root/tests/unit/commands/test_argparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/commands/test_argparser.py')
-rw-r--r--tests/unit/commands/test_argparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/commands/test_argparser.py b/tests/unit/commands/test_argparser.py
index cfa94c552..4b6be7655 100644
--- a/tests/unit/commands/test_argparser.py
+++ b/tests/unit/commands/test_argparser.py
@@ -23,7 +23,7 @@ import inspect
import enum
import pytest
-from PyQt5.QtCore import QUrl
+from PyQt6.QtCore import QUrl
from qutebrowser.commands import argparser, cmdexc