parent
7d0ed4a682
commit
2b8b71a82d
|
|
@ -76,6 +76,7 @@ qt_log_ignore =
|
|||
^QPaintDevice: Cannot destroy paint device that is being painted
|
||||
^DirectWrite: CreateFontFaceFromHDC\(\) failed .*
|
||||
^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\.
|
||||
^QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request, failed to report HostNotFoundError
|
||||
xfail_strict = true
|
||||
filterwarnings =
|
||||
error
|
||||
|
|
|
|||
|
|
@ -745,9 +745,6 @@ class TestProxyFromUrl:
|
|||
def test_proxy_from_url_valid(self, url, expected):
|
||||
assert urlutils.proxy_from_url(QUrl(url)) == expected
|
||||
|
||||
@pytest.mark.qt_log_ignore(
|
||||
r'^QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not '
|
||||
r'de-queue request, failed to report HostNotFoundError')
|
||||
@pytest.mark.parametrize('scheme', ['pac+http', 'pac+https'])
|
||||
def test_proxy_from_url_pac(self, scheme, qapp):
|
||||
fetcher = urlutils.proxy_from_url(QUrl('{}://foo'.format(scheme)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue