mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
skip pdfviewer tests on Mac
This commit is contained in:
@@ -15,7 +15,7 @@ samplePdf = os.path.join(dataDir, "sample.pdf")
|
|||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
@unittest.skip('crashing on OSX...') # problem with a nested yield in GenericProgressDialog?
|
@unittest.skipIf('wxMac' in wx.PlatformInfo, 'test is crashing on Mac...')
|
||||||
class lib_pdfviewer_pdfviewer_Tests(wtc.WidgetTestCase):
|
class lib_pdfviewer_pdfviewer_Tests(wtc.WidgetTestCase):
|
||||||
|
|
||||||
@unittest.skipIf(not havePyPDF, "pyPdf required")
|
@unittest.skipIf(not havePyPDF, "pyPdf required")
|
||||||
|
|||||||
Reference in New Issue
Block a user