mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Allow skipping Qt build test on macOS
This commit is contained in:
parent
b928034dcb
commit
07dd6d4803
@ -133,6 +133,7 @@ class BuildTest(unittest.TestCase):
|
|||||||
conn = apsw.Connection(':memory:')
|
conn = apsw.Connection(':memory:')
|
||||||
conn.close()
|
conn.close()
|
||||||
|
|
||||||
|
@unittest.skipIf('SKIP_QT_BUILD_TEST' in os.environ, 'Skipping Qt build test as it causes crashes in the macOS VM')
|
||||||
def test_qt(self):
|
def test_qt(self):
|
||||||
from PyQt5.Qt import QImageReader, QNetworkAccessManager, QFontDatabase
|
from PyQt5.Qt import QImageReader, QNetworkAccessManager, QFontDatabase
|
||||||
from calibre.utils.img import image_from_data, image_to_data, test
|
from calibre.utils.img import image_from_data, image_to_data, test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user