From a1b394d373d21ed6d3d3be7e54bd1549922b50aa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 2 Nov 2015 08:09:07 +0100 Subject: [PATCH] tests: Ignore "QNetworkReplyImplPrivate::error". --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 7fcd91002..2d4ad2c4b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -33,3 +33,4 @@ qt_log_ignore = ^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805 ^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805 ^Type conversion already registered from type .* + ^QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once\.