Remove webkit from build test since we are transitioning off it

This commit is contained in:
Kovid Goyal 2019-06-19 17:03:57 +05:30
parent 947fb029d8
commit 46bc83be18
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -210,12 +210,9 @@ class BuildTest(unittest.TestCase):
create_cover('xxx', ['yyy'])
na = QNetworkAccessManager()
self.assertTrue(hasattr(na, 'sslErrors'), 'Qt not compiled with openssl')
from PyQt5.QtWebKitWidgets import QWebView
if iswindows:
from PyQt5.Qt import QtWin
QtWin
QWebView()
del QWebView
del na
del app