[Debian-med-packaging] Bug#1029694: python-cooler: tests fail with scipy 1.10

Drew Parsons dparsons at debian.org
Thu Jan 26 11:50:41 GMT 2023


Package: python-cooler
Version: 0.8.11-7
Severity: normal

scipy 1.10 is now available in experimental.
python-cooler fails debci tests using it.

We are considering uploading scipy 1.10 to unstable in order to
included it in the forthcoming stable release.  If we proceed with
that, then this bug will become Severity: serious.

The errors are ImportError: cannot import name
'median_absolute_deviation' from 'scipy.stats'

A sample from the failing test log is

___________________________________ test_mad ___________________________________

    @pytest.mark.skipif(six.PY2, reason="Scipy on Py2 is too old")
    def test_mad():
>       from scipy.stats import median_absolute_deviation
E       ImportError: cannot import name 'median_absolute_deviation' from 'scipy.stats' (/usr/lib/python3/dist-packages/scipy/stats/__init__.py)

tests/test_util.py:246: ImportError



More information about the Debian-med-packaging mailing list