Source: astropy Version: 7.0.0-2 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=astropy&ver=7.0.0-2
... =================================== FAILURES =================================== _____________________ [doctest] astropy.table.row.Row.get ______________________ 125 ------- 126 `object` 127 The value in the ``key`` column of the row if present, 128 ``default`` otherwise. 129 130 Examples 131 -------- 132 >>> from astropy.table import Table 133 >>> t = Table({"a": [2, 3, 5], "b": [7, 11, 13]}) 134 >>> t[0].get("a") Expected: np.int64(2) Got: np.int32(2) /build/reproducible-path/astropy-7.0.0/.pybuild/cpython3_3.13/build/astropy/table/row.py:134: DocTestFailure =========================== short test summary info ============================ FAILED astropy/table/row.py::astropy.table.row.Row.get = 1 failed, 28404 passed, 544 skipped, 72 deselected, 239 xfailed, 373 xpassed in 266.36s (0:04:26) = E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd /build/reproducible-path/astropy-7.0.0/.pybuild/cpython3_3.13/build; python3.13 -m pytest --astropy-header --color=no -m "not hypothesis" dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.13" returned exit code 13 make[1]: *** [debian/rules:56: override_dh_auto_test] Error 255