From b863c9807bda142d3b07bac598da2f842c37ab5a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 2 Oct 2015 10:59:11 +0200 Subject: [PATCH] Fix warning pattern, take two. --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6f3c3bc59..6da8d593a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -30,4 +30,5 @@ qt_log_ignore = ^QWindowsWindow::setGeometryDp: Unable to set geometry .* ^QProcess: Destroyed while process .* is still running\. ^"Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist - ^virtual void QSslSocketBackendPrivate::transmit\(\) (SSLRead|SSL write) failed with( error)?: -9805 + ^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805 + ^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805