python3-scipy: update to 1.12.0.#48317
Conversation
|
Seems ok, scipy passed check in all arches. Failure in i686 is one sagemath test, seems transient and completely unrelated to scipy, a timeout in: Most probably the signal got lost, I've seen this in the past. The test looks stupid but I think it's there to make sure Running the scipy testsuite in CI seems ok, in our three arches with check: It's weird it takes 26 minutes in CI, 36 minutes in my 8 core desktop, and 1 hour (walltime!) in my 36 core workstation, it seems some tests are scaled by the number of cores. |
See: sagemath/sage#37123 Also apply a few minor fixes.
|
I re-pushed because I forgot to We'll get a chance to see if the i686 failure is indeed transient as I think. If CI passes this is ok to merge on my side (take your time, no hurry here @ahesford). |
Testing the changes
I enabled tests for scipy let's see if CI can manage or we have to disable in CI (we only run "not slow" tests for -Q).
Updated sagemath since it needs a patch for scipy 1.12 (sagemath/sage#37123). Took the chance to apply a few minor fixes that didn't justify an update on their own.
@ahesford I'll be done with testing in a couple days at most, in principle everything looks good.
BTW: I run scipy tests with
export SCIPY_XSLOW=1and-m xslowwhich gave me one failure:Running check normally gave me:
(with
-m "not slow") and