https://bugzilla.redhat.com/show_bug.cgi?id=1689493 --- Comment #3 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Source0: https://files.pythonhosted.org/packages/source/z/%{srcname}/%{srcname}-%{version}.tar.gz → Source0: %{pypi_source} + PYTHONPATH=/builddir/build/BUILD/zarr-2.2.0 + sphinx-build-3 docs html Running Sphinx v2.0.0b1 BUILDSTDERR: Extension error: BUILDSTDERR: Could not import extension numpydoc (exception: No module named 'numpydoc') Add: BuildRequires: python3dist(numpydoc) - You need to BR pytest for the tests: BuildRequires: python3dist(pytest) - Tests error: BUILDSTDERR: test_core (unittest.loader._FailedTest) ... ERROR BUILDSTDERR: zarr.tests.test_core (unittest.loader._FailedTest) ... ERROR BUILDSTDERR: zarr.tests.test_sync (unittest.loader._FailedTest) ... ERROR BUILDSTDERR: ====================================================================== BUILDSTDERR: ERROR: test_sync (unittest.loader._FailedTest) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: ImportError: Failed to import test module: test_sync BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib64/python3.7/unittest/loader.py", line 154, in loadTestsFromName BUILDSTDERR: module = __import__(module_name) BUILDSTDERR: File "/builddir/build/BUILD/zarr-2.2.0/zarr/tests/test_sync.py", line 17, in <module> BUILDSTDERR: from zarr.tests.test_core import TestArray BUILDSTDERR: File "/builddir/build/BUILD/zarr-2.2.0/zarr/tests/test_core.py", line 24, in <module> BUILDSTDERR: from numcodecs import (Delta, FixedScaleOffset, Zlib, Blosc, BZ2, MsgPack, Pickle, BUILDSTDERR: ImportError: cannot import name 'MsgPack' from 'numcodecs' (/usr/lib64/python3.7/site-packages/numcodecs/__init__.py) BUILDSTDERR: ====================================================================== BUILDSTDERR: ERROR: test_core (unittest.loader._FailedTest) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: ImportError: Failed to import test module: test_core BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib64/python3.7/unittest/loader.py", line 154, in loadTestsFromName BUILDSTDERR: module = __import__(module_name) BUILDSTDERR: File "/builddir/build/BUILD/zarr-2.2.0/zarr/tests/test_core.py", line 24, in <module> BUILDSTDERR: from numcodecs import (Delta, FixedScaleOffset, Zlib, Blosc, BZ2, MsgPack, Pickle, BUILDSTDERR: ImportError: cannot import name 'MsgPack' from 'numcodecs' (/usr/lib64/python3.7/site-packages/numcodecs/__init__.py) BUILDSTDERR: ====================================================================== BUILDSTDERR: ERROR: zarr.tests.test_core (unittest.loader._FailedTest) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: ImportError: Failed to import test module: zarr.tests.test_core BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib64/python3.7/unittest/loader.py", line 434, in _find_test_path BUILDSTDERR: module = self._get_module_from_name(name) BUILDSTDERR: File "/usr/lib64/python3.7/unittest/loader.py", line 375, in _get_module_from_name BUILDSTDERR: __import__(name) BUILDSTDERR: File "/builddir/build/BUILD/zarr-2.2.0/zarr/tests/test_core.py", line 24, in <module> BUILDSTDERR: from numcodecs import (Delta, FixedScaleOffset, Zlib, Blosc, BZ2, MsgPack, Pickle, BUILDSTDERR: ImportError: cannot import name 'MsgPack' from 'numcodecs' (/usr/lib64/python3.7/site-packages/numcodecs/__init__.py) BUILDSTDERR: ====================================================================== BUILDSTDERR: ERROR: zarr.tests.test_sync (unittest.loader._FailedTest) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: ImportError: Failed to import test module: zarr.tests.test_sync BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib64/python3.7/unittest/loader.py", line 434, in _find_test_path BUILDSTDERR: module = self._get_module_from_name(name) BUILDSTDERR: File "/usr/lib64/python3.7/unittest/loader.py", line 375, in _get_module_from_name BUILDSTDERR: __import__(name) BUILDSTDERR: File "/builddir/build/BUILD/zarr-2.2.0/zarr/tests/test_sync.py", line 17, in <module> BUILDSTDERR: from zarr.tests.test_core import TestArray BUILDSTDERR: File "/builddir/build/BUILD/zarr-2.2.0/zarr/tests/test_core.py", line 24, in <module> BUILDSTDERR: from numcodecs import (Delta, FixedScaleOffset, Zlib, Blosc, BZ2, MsgPack, Pickle, BUILDSTDERR: ImportError: cannot import name 'MsgPack' from 'numcodecs' (/usr/lib64/python3.7/site-packages/numcodecs/__init__.py) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 552 tests in 1.233s BUILDSTDERR: FAILED (errors=4) BUILDSTDERR: Test failed: <unittest.runner.TextTestResult run=552 errors=4 failures=0> I wonder if something is not effed up in numcodecs install. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx