From dc87e66d75085e84ac453229c20fdc836f06d55d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Aug 2016 19:56:49 +0200 Subject: [PATCH] tests: Ignore "Error when parsing the netrc file" qutebrowser shows this on an invalid ~/.netrc when testing authentication, but that shouldn't fail our testsuite. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 04ce2b022..8e40d165a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -35,4 +35,5 @@ qt_log_ignore = ^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\) ^QXcbClipboard: Cannot transfer data, no data available ^load glyph failed + ^Error when parsing the netrc file xfail_strict = true