From 07dd6d48034a57458b2cc1289d5050e79efd83ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 May 2017 16:31:19 +0530 Subject: [PATCH] Allow skipping Qt build test on macOS --- src/calibre/test_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 68ad95db87..2903c3308f 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -133,6 +133,7 @@ class BuildTest(unittest.TestCase): conn = apsw.Connection(':memory:') 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): from PyQt5.Qt import QImageReader, QNetworkAccessManager, QFontDatabase from calibre.utils.img import image_from_data, image_to_data, test