Source: python-peakutils
Version: 1.3.4+ds-2
Severity: normal

python-peakutils is failing tests with scipy 1.14 (from experimental)
due to API changes


 47s ___________________ ERROR collecting tests/peakutils_test.py 
___________________
 47s ImportError while importing test module 
'/tmp/autopkgtest-lxc.9k518mgo/downtmp/autopkgtest_tmp/tests/peakutils_test.py'.
 47s Hint: make sure your test modules/packages have valid Python names.
 47s Traceback:
 47s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
 47s     return _bootstrap._gcd_import(name[level:], package, level)
 47s tests/peakutils_test.py:11: in <module>
 47s     import peakutils
 47s /usr/lib/python3/dist-packages/peakutils/__init__.py:2: in <module>
 47s     from .peak import *
 47s /usr/lib/python3/dist-packages/peakutils/peak.py:7: in <module>
 47s     from scipy.integrate import simps
 47s E   ImportError: cannot import name 'simps' from 'scipy.integrate' 
(/usr/lib/python3/dist-packages/scipy/integrate/__init__.py)


test log at
https://ci.debian.net/packages/p/python-peakutils/unstable/amd64/50977956/

Reply via email to