python3Packages.numpy: disable test_dispatcher on x86_64 darwin

This commit is contained in:
Robert Scott
2024-02-10 14:19:17 +00:00
parent 1ab54f84dc
commit 98f1a7e4fb
@@ -167,6 +167,9 @@ in buildPythonPackage rec {
"test_multinomial_pvals_float32" # Failed: DID NOT RAISE <class 'ValueError'>
] ++ lib.optionals stdenv.isAarch64 [
"test_big_arrays" # OOM on a 16G machine
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
# can fail on virtualized machines confused over their cpu identity
"test_dispatcher"
];
passthru = {