From d71aa2c0ba4fcf64e12668a6fc1fd1ad1d9cb930 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Sep 2016 17:01:55 +0200 Subject: [PATCH] Ignore IMAGEFORMAT_WHITELIST warning in tests --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 812063e54..b71cc3e75 100644 --- a/pytest.ini +++ b/pytest.ini @@ -38,4 +38,5 @@ qt_log_ignore = ^QXcbClipboard: Cannot transfer data, no data available ^load glyph failed ^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= xfail_strict = true