From 8227b91d282f80d688065814dc6acc4a6922c8b1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Mar 2023 18:41:44 +0100 Subject: 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 --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.3-54-g00ecf