python312Packages.scipy: skip more tests on aarch64-darwin

This commit is contained in:
K900
2025-02-05 09:50:09 +03:00
parent 1634fab987
commit 2c41f07e44
@@ -137,6 +137,7 @@ buildPythonPackage {
"hyp2f1_test_case47"
"hyp2f1_test_case3"
"test_uint64_max"
"test_large_m4" # https://github.com/scipy/scipy/issues/22466
];
doCheck = !(stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin);