summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-03-17 18:41:44 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-03-17 20:08:54 +0100
commit8227b91d282f80d688065814dc6acc4a6922c8b1 (patch)
tree8fe8377a1349dbefa0ddf152958dfd68de3b6655
parent9cb54b2099a0e884df38e9de24d58b9bef195ca1 (diff)
downloadqutebrowser-8227b91d282f80d688065814dc6acc4a6922c8b1.tar.gz
qutebrowser-8227b91d282f80d688065814dc6acc4a6922c8b1.zip
tests: Update FIXME comment
PyQt insists using the deprecated signal overload, seemingly nothing we can do to change that: https://www.riverbankcomputing.com/pipermail/pyqt/2023-March/045215.html See #7624
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 3d97e9685..82f700461 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -55,7 +55,7 @@ qt_log_ignore =
# on Windows
^QProcess: Destroyed while process .* is still running\.
# Qt 6.5 debug build
- # FIXME:qt6 is this something we should/can fix properly?
+ # WORKAROUND for https://www.riverbankcomputing.com/pipermail/pyqt/2023-March/045215.html
^QObject::connect: Connecting from COMPAT signal \(QSocketNotifier::activated\(int\)\)$
xfail_strict = true
filterwarnings =