Source: scipy Version: 1.7.3-1 Severity: important First of all - thanks for uploading 1.7.3, I'm debugging an issue with one of its dependents (scikit-learn) on ppc64el that I could trace back to scipy, so perhaps this version helps!
However, looking at the build logs for 1.7.3-1, I noticed that test errors are not being recognized. All Python 3.10 seem to be skipped because of a DeprecationWarning: > === Testing: python3.10 scipy === > ============================= test session starts > ============================== > platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- > /usr/bin/python3.10 > cachedir: .pytest_cache > rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini > collecting ... collected 0 items / 1 error > > ==================================== ERRORS > ==================================== > ________________________ ERROR collecting test session > _________________________ ... > =========================== short test summary info > ============================ > ERROR ../.. - DeprecationWarning: The distutils package is deprecated and > sla... > !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection > !!!!!!!!!!!!!!!!!!!! > =============================== 1 error in 0.20s > =============================== > #errors: 0 The Python 3.9 tests run, but 3 fail and these failures aren't discovered: > =========================== short test summary info > ============================ > FAILED > ../../debian/python3-scipy/usr/lib/python3.9/dist-packages/scipy/linalg/tests/test_decomp.py::TestSchur::test_sort > FAILED > ../../debian/python3-scipy/usr/lib/python3.9/dist-packages/scipy/linalg/tests/test_lapack.py::test_sygst > FAILED > ../../debian/python3-scipy/usr/lib/python3.9/dist-packages/scipy/stats/tests/test_continuous_basic.py::test_cont_basic[500-200-ncf-arg74] > = 3 failed, 32544 passed, 2107 skipped, 11134 deselected, 104 xfailed, 11 > xpassed in 533.27s (0:08:53) =