summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-03-15 22:04:42 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-03-17 17:27:29 +0100
commit2d45f6f00249b0450a29b430799500abe914aab4 (patch)
tree98610dbe4ed5710a4c6f13708469307eaf7674c6 /pytest.ini
parent0f01027570934821678b6a41a768480caa63b625 (diff)
downloadqutebrowser-2d45f6f00249b0450a29b430799500abe914aab4.tar.gz
qutebrowser-2d45f6f00249b0450a29b430799500abe914aab4.zip
tests: Ignore more Qt 6.5 / debug build messages
See #7624
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index ab46bd391..3d97e9685 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -54,6 +54,9 @@ qt_log_ignore =
# tests/unit/commands/test_userscripts.py::test_killed_command
# on Windows
^QProcess: Destroyed while process .* is still running\.
+ # Qt 6.5 debug build
+ # FIXME:qt6 is this something we should/can fix properly?
+ ^QObject::connect: Connecting from COMPAT signal \(QSocketNotifier::activated\(int\)\)$
xfail_strict = true
filterwarnings =
error