python3Packages.torchao: disable on aarch64-linux

This commit is contained in:
Gaetan Lepage
2026-04-06 21:34:52 +00:00
parent e584e0d02c
commit 9aed72bc3e
@@ -345,5 +345,9 @@ buildPythonPackage (finalAttrs: {
GaetanLepage
sarahec
];
badPlatforms = [
# Many tests failing and hanging indefinitely
"aarch64-linux"
];
};
})