From e7723c9f255716373bb820995bf9de1838b9ede6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 31 May 2023 15:49:41 +0200 Subject: Fix regex --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e4d1ba065..ca7bbe307 100644 --- a/pytest.ini +++ b/pytest.ini @@ -58,7 +58,7 @@ qt_log_ignore = # WORKAROUND for https://www.riverbankcomputing.com/pipermail/pyqt/2023-March/045215.html ^QObject::connect: Connecting from COMPAT signal \(QSocketNotifier::activated\(int\)\)$ # Randomly started showing up on Qt 5.15.2 - ^QBackingStore::endPaint\(\) called with active painter; did you forget to destroy it or call QPainter::end\(\) on it?$ + ^QBackingStore::endPaint\(\) called with active painter; did you forget to destroy it or call QPainter::end\(\) on it\?$ xfail_strict = true filterwarnings = error -- cgit v1.2.3-54-g00ecf