qutebrowser/tests/unit/misc
Florian Bruhin 072b03a631 Avoid version warnings with PyQtWebEngine-Qt5 5.15.17
With PyQtWebEngine-Qt5 5.15.17 (Qt 5.15.19), we seem to run into similar issues
like we already did with Qt 6.5:

https://github.com/qutebrowser/qutebrowser/issues/7624#issuecomment-1474008470
9cb54b2099

However, skipping the ELF test is not enough, as we also get warnings
at runtime (as we don't have any API to get the version at runtime).

We don't care much about Qt 5 at this stage, so let's just not output
warnings in that case (and nothing in the code should care about the exact
QtWebEngine patch level beyond 5.15.2 anyways).

For most user-facing things, we *can* get the exact version number from
the user-agent, so this should not actually affect much.
2025-05-29 23:42:40 +02:00
..
userscripts reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_autoupdate.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_checkpyver.py Update checkpyver for 3.8 drop 2024-10-13 18:24:44 +02:00
test_cmdhistory.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_crashdialog.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_crashsignal.py windows doesn't support SIGHUP 2024-02-25 15:56:34 +13:00
test_earlyinit.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_editor.py Use str.removeprefix() and str.removesuffix() 2024-10-13 18:24:44 +02:00
test_elf.py Avoid version warnings with PyQtWebEngine-Qt5 5.15.17 2025-05-29 23:42:40 +02:00
test_guiprocess.py Handle "early timer" log messages in tests 2024-05-25 09:34:01 +12:00
test_ipc.py Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_keyhints.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_lineparser.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_miscwidgets.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_msgbox.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_objects.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_pakjoy.py Update pakjoy and chromium versions for Qt6.8 2024-07-28 16:00:17 +12:00
test_pastebin.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_sessions.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_split.py Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_split_hypothesis.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_sql.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_throttle.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_utilcmds.py Rename :repeat-command to :cmd-repeat-last 2023-08-11 09:02:12 +02:00