python3Packages.tinygrad: disable huggingface test that loads huge model

This commit is contained in:
Sarah Clark
2026-06-24 15:12:12 -07:00
parent daa11e6f1d
commit 081bf1547c
@@ -246,6 +246,10 @@ buildPythonPackage (finalAttrs: {
"test_transcribe_long"
"test_transcribe_long_no_batch"
"test_vgg7"
# Downloads external model each time.
# Skipped when building on Hydra (no network access),
# but interferes with local builds
"test_xlm_roberta_large"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# Fail with AssertionError