From 46bc83be182025eb482ad0ac7e004661e8476ac1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 19 Jun 2019 17:03:57 +0530 Subject: [PATCH] Remove webkit from build test since we are transitioning off it --- src/calibre/test_build.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index ce01de54fd..215db3063d 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -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