Skip to content

Commit

Permalink
Exclude speechd from import tests on non-Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 26, 2024
1 parent 0d6ae86 commit b2f3356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/calibre/utils/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ def test_import_of_all_python_modules(self):
exclude_modules.add('calibre.utils.open_with.osx')
if not islinux:
exclude_modules |= {
'calibre.linux',
'calibre.utils.linux_trash', 'calibre.utils.open_with.linux',
'calibre.gui2.linux_file_dialogs',
'calibre.linux', 'calibre.gui2.tts2.speechd',
'calibre.utils.linux_trash', 'calibre.utils.open_with.linux',
'calibre.gui2.linux_file_dialogs',
}
if not isbsd:
exclude_modules.add('calibre.devices.usbms.hal')
Expand Down

0 comments on commit b2f3356

Please sign in to comment.