python313Packages.scipy: disable racy test

Actually kills a bunch of tests, but I'm not sure whether more granular
targeting is possible.
This commit is contained in:
Martin Weinelt
2025-04-03 23:18:16 +02:00
parent 2d479df4eb
commit a12db7cc7d
@@ -131,6 +131,8 @@ buildPythonPackage {
disabledTests =
[
"test_cumulative_simpson_against_simpson_with_default_dx"
# https://github.com/scipy/scipy/issues/22789
"test_funcs"
]
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [
# The following tests are broken on aarch64-darwin with newer compilers and library versions.