[Debian-med-packaging] Bug#987486: intake FTBFS on 32bit: test failure
Adrian Bunk
bunk at debian.org
Sat Apr 24 14:58:18 BST 2021
Source: intake
Version: 0.6.1-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/package.php?p=intake&suite=sid
...
=================================== FAILURES ===================================
______________________________ test_zarr_minimal _______________________________
def test_zarr_minimal():
pytest.importorskip('zarr')
cat = intake.open_catalog(posixpath.join(here, 'sources.yaml'))
s = cat.zarr1()
assert s.container == 'ndarray'
assert s.read().tolist() == [73, 98, 46, 38, 20, 12, 31, 8, 89, 72]
assert s.npartitions == 1
> assert s.dtype == 'int'
E AssertionError: assert dtype('int64') == 'int'
E + where dtype('int64') = sources:\n zarr1:\n args:\n urlpath: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_intake/build/intake...metadata:\n catalog_dir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_intake/build/intake/source/tests/\n.dtype
intake/source/tests/test_npy.py:71: AssertionError
=========================== short test summary info ============================
FAILED intake/source/tests/test_npy.py::test_zarr_minimal - AssertionError: a...
============= 1 failed, 366 passed, 22 skipped in 61.33s (0:01:01) =============
E: pybuild pybuild:353: test: plugin custom failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_intake/build; PATH=/<<PKGBUILDDIR>>/debian/python3-intake/usr/bin:/<<PKGBUILDDIR>>/debian/python3-intake/usr/lib:/<<PKGBUILDDIR>>/debian/python3-intake/build/intake:$PATH python3.9 -m pytest
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13
make[1]: *** [debian/rules:28: override_dh_install] Error 25
More information about the Debian-med-packaging
mailing list