mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove webkit from build test since we are transitioning off it
This commit is contained in:
parent
947fb029d8
commit
46bc83be18
@ -210,12 +210,9 @@ class BuildTest(unittest.TestCase):
|
|||||||
create_cover('xxx', ['yyy'])
|
create_cover('xxx', ['yyy'])
|
||||||
na = QNetworkAccessManager()
|
na = QNetworkAccessManager()
|
||||||
self.assertTrue(hasattr(na, 'sslErrors'), 'Qt not compiled with openssl')
|
self.assertTrue(hasattr(na, 'sslErrors'), 'Qt not compiled with openssl')
|
||||||
from PyQt5.QtWebKitWidgets import QWebView
|
|
||||||
if iswindows:
|
if iswindows:
|
||||||
from PyQt5.Qt import QtWin
|
from PyQt5.Qt import QtWin
|
||||||
QtWin
|
QtWin
|
||||||
QWebView()
|
|
||||||
del QWebView
|
|
||||||
del na
|
del na
|
||||||
del app
|
del app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user