qutebrowser/tests
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
..
end2end tests: Ignore more libEGL warnings 2025-05-08 10:17:03 +02:00
helpers tests: Properly delete mode_manager instances 2025-05-07 13:22:10 +02:00
manual Rename :buffer to :tab-select 2021-01-20 18:00:38 +01:00
unit Avoid version warnings with PyQtWebEngine-Qt5 5.15.17 2025-05-29 23:42:40 +02:00
conftest.py tests: Avoid CI issues with qutescheme and Qt 6.9 2025-04-08 14:03:26 +02:00
test_conftest.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00