mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Skip file dialog test on appveyor
This commit is contained in:
parent
4488703e1e
commit
f7a9a7790a
@ -163,7 +163,7 @@ class BuildTest(unittest.TestCase):
|
|||||||
i = Image.open(I('lt.png', allow_user_override=False))
|
i = Image.open(I('lt.png', allow_user_override=False))
|
||||||
self.assertGreaterEqual(i.size, (20, 20))
|
self.assertGreaterEqual(i.size, (20, 20))
|
||||||
|
|
||||||
@unittest.skipUnless(iswindows, 'File dialog helper only used on windows')
|
@unittest.skipUnless(iswindows and not is_ci, 'File dialog helper only used on windows (non-continuous-itegration)')
|
||||||
def test_file_dialog_helper(self):
|
def test_file_dialog_helper(self):
|
||||||
from calibre.gui2.win_file_dialogs import test
|
from calibre.gui2.win_file_dialogs import test
|
||||||
test()
|
test()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user