#1128282 python-pot: tests fail with scipy 1.17

Package:
src:python-pot
Source:
src:python-pot
Submitter:
Drew Parsons
Date:
2026-05-31 17:25:07 UTC
Severity:
normal
Tags:
#1128282#5
Date:
2026-02-17 12:07:46 UTC
From:
To:
python-pot is failing tests with scipy 1.17, currently available in
experimental

110s =========================== short test summary info ============================
110s FAILED test/test_utils.py::test_dist - ValueError: Unknown Distance Metric: s...
110s = 1 failed, 931 passed, 70 skipped, 4 xfailed, 4000 warnings in 62.97s (0:01:02) =


The error appears to be use of a deprecated (dropped) API:

110s E               ValueError: Unknown Distance Metric: sokalmichener
110s
110s /usr/lib/python3/dist-packages/scipy/spatial/distance.py:2936: ValueError