summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-05-31 15:49:41 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-05-31 15:49:41 +0200
commite7723c9f255716373bb820995bf9de1838b9ede6 (patch)
tree0b103c473fc64c10cd4575c09fad88963cd1b7c0
parentc24763406654d338bb922cf90bf4dba0359c5270 (diff)
downloadqutebrowser-e7723c9f255716373bb820995bf9de1838b9ede6.tar.gz
qutebrowser-e7723c9f255716373bb820995bf9de1838b9ede6.zip
Fix regex
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
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