Looks like on testing zarr has been exposed probably missing msgpack import (and missing install time dependency of that module as well if I'm right).
_________________________________________________________________________ ERROR collecting zarr/tests/test_core.py __________________________________________________________________________
ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/zarr-python-2.18.1/zarr/tests/test_core.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
zarr/tests/test_core.py:13: in <module>
from numcodecs import (
E ImportError: cannot import name 'MsgPack' from 'numcodecs' (/usr/lib64/python3.10/site-packages/numcodecs/__init__.py)
Looks like on testing
zarrhas been exposed probably missingmsgpackimport (and missing install time dependency of that module as well if I'm right).