mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Skip test_multiprocessing on macOS
This commit is contained in:
parent
d814c8ccaf
commit
f841b84333
@ -556,6 +556,10 @@ class BuildTest(unittest.TestCase):
|
||||
|
||||
|
||||
def test_multiprocessing():
|
||||
if ismacos:
|
||||
# skip because this tests fails on some macOS systems with
|
||||
# OSError: AF_UNIX path too long. Sigh.
|
||||
return
|
||||
from multiprocessing import get_all_start_methods, get_context
|
||||
for stype in get_all_start_methods():
|
||||
if stype == 'fork':
|
||||
|
Loading…
x
Reference in New Issue
Block a user