Skip to content

Commit

Permalink
Exclude speechd.client 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 8574194
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/calibre/utils/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ 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.utils.linux_trash', 'calibre.utils.open_with.linux',
'calibre.gui2.linux_file_dialogs',
}
exclude_packages |= {'speechd', 'speechd.client'}
if not isbsd:
exclude_modules.add('calibre.devices.usbms.hal')
d = os.path.dirname
Expand Down

0 comments on commit 8574194

Please sign in to comment.