summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_elf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_elf.py')
-rw-r--r--tests/unit/misc/test_elf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_elf.py b/tests/unit/misc/test_elf.py
index 86060bbde..498be108b 100644
--- a/tests/unit/misc/test_elf.py
+++ b/tests/unit/misc/test_elf.py
@@ -57,7 +57,7 @@ def test_result(qapp, caplog):
If that happens, please report a bug about it!
"""
- pytest.importorskip('PyQt5.QtWebEngineCore')
+ pytest.importorskip('PyQt6.QtWebEngineCore')
versions = elf.parse_webenginecore()
assert versions is not None