python3Packages.tinygrad: skip onnx tests on aarch64-linux

This commit is contained in:
Gaetan Lepage
2026-01-17 23:13:26 +00:00
parent 325a598570
commit 44ed39b1cd
@@ -264,6 +264,11 @@ buildPythonPackage (finalAttrs: {
# Files under this directory are not considered as tests by upstream and should be skipped
"extra/"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# Fatal Python error: Aborted
# in ...onnxruntime/capi/_pybind_state.py", line 32 in <module>
"test/models/test_onnx.py"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
# certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1032)>