Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fails on Apple ARM #1541

Open
nilason opened this issue Feb 2, 2024 · 0 comments
Open

Tests fails on Apple ARM #1541

nilason opened this issue Feb 2, 2024 · 0 comments

Comments

@nilason
Copy link

nilason commented Feb 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant