From 98e1603abb88fca834ff19d3d44cb8be52ab6588 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 9 Feb 2017 15:19:26 +0100 Subject: [PATCH] Don't make SSL resolve errors fail tests --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index d103cb3b8..bd57e7854 100644 --- a/pytest.ini +++ b/pytest.ini @@ -50,4 +50,5 @@ qt_log_ignore = ^Error when parsing the netrc file ^Image of format '' blocked because it is not considered safe. If you are sure it is safe to do so, you can white-list the format by setting the environment variable QTWEBKIT_IMAGEFORMAT_WHITELIST= ^QPainter::end: Painter ended with \d+ saved states + ^QSslSocket: cannot resolve SSLv[23]_(client|server)_method xfail_strict = true