From 2c41f07e441dea01e0435c5ec5bee1b916556bcc Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 5 Feb 2025 09:50:09 +0300 Subject: [PATCH] python312Packages.scipy: skip more tests on aarch64-darwin --- pkgs/development/python-modules/scipy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix index bc5f963a9591..e142afdba31f 100644 --- a/pkgs/development/python-modules/scipy/default.nix +++ b/pkgs/development/python-modules/scipy/default.nix @@ -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);