joblib / joblib

Computing with Python functions.

Home Page:http://joblib.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests fails on Apple ARM

nilason opened this issue · comments

The tests fails on Apple ARM machines, for the following test cases:

Python 3.10 and 3.11

:info:test FAILED joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter[True] - AssertionError: assert 'ipython-input' in '__main__--opt-local-var-m...
:info:test FAILED joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter[False] - AssertionError: assert 'ipython-input' in '__main__--opt-local-var-...
:info:test FAILED joblib/test/test_parallel.py::test_dispatch_multiprocessing[multiprocessing] - EOFError
:info:test FAILED joblib/test/test_parallel.py::test_dispatch_multiprocessing[loky] - EOFError
:info:test FAILED joblib/test/test_parallel.py::test_dispatch_multiprocessing[threading] - EOFError

Python 3.12 (with patch from #1478)

:info:test FAILED joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter[True] - AssertionError: assert 'ipython-input' in '__main__--opt-local-var-m...
:info:test FAILED joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter[False] - AssertionError: assert 'ipython-input' in '__main__--opt-local-var-...
:info:test FAILED joblib/test/test_parallel.py::test_nested_parallel_warnings[loky-loky-False] - AssertionError
:info:test FAILED joblib/test/test_parallel.py::test_background_thread_parallelism[loky] - assert False
:info:test FAILED joblib/test/test_parallel.py::test_background_thread_parallelism[multiprocessing] - assert False
:info:test FAILED joblib/test/test_parallel.py::test_background_thread_parallelism[threading] - assert False
:info:test FAILED joblib/test/test_parallel.py::test_dispatch_multiprocessing[multiprocessing] - EOFError
:info:test FAILED joblib/test/test_parallel.py::test_dispatch_multiprocessing[loky] - EOFError
:info:test FAILED joblib/test/test_parallel.py::test_dispatch_multiprocessing[threading] - EOFError

Log files attached :

py310.log.txt

py311.log.txt

py312.log.txt