Fix regex
This commit is contained in:
parent
c247634066
commit
e7723c9f25
|
|
@ -58,7 +58,7 @@ qt_log_ignore =
|
||||||
# WORKAROUND for https://www.riverbankcomputing.com/pipermail/pyqt/2023-March/045215.html
|
# WORKAROUND for https://www.riverbankcomputing.com/pipermail/pyqt/2023-March/045215.html
|
||||||
^QObject::connect: Connecting from COMPAT signal \(QSocketNotifier::activated\(int\)\)$
|
^QObject::connect: Connecting from COMPAT signal \(QSocketNotifier::activated\(int\)\)$
|
||||||
# Randomly started showing up on Qt 5.15.2
|
# 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
|
xfail_strict = true
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue