From c8f69d29a8083be00b91a6c643984836013de65a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Sep 2015 22:05:48 +0200 Subject: [PATCH] tests: Ignore SSLRead warning on OS X, take 3. --- pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 9a7e8c5d2..116063be4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -28,5 +28,5 @@ qt_log_ignore = ^SetProcessDpiAwareness failed: .* ^QWindowsWindow::setGeometryDp: Unable to set geometry .* ^QProcess: Destroyed while process .* is still running\. - ^QtWarningMsg: "Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist - ^QtWarningMsg: virtual void QSslSocketBackendPrivate::transmit() SSLRead failed with: -9805 + ^"Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist + ^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805