python3Packages.tinygrad: test fixes (#535077)
This commit is contained in:
@@ -195,6 +195,8 @@ buildPythonPackage (finalAttrs: {
|
||||
# Flaky:
|
||||
# AssertionError: 2.1376906810000946 not less than 2.0
|
||||
"test_recursive_pad"
|
||||
# AssertionError: 23476983700 not greater than 60457564575 (performance test)
|
||||
"test_flops"
|
||||
|
||||
# Require internet access
|
||||
"testCopySHMtoDefault"
|
||||
@@ -244,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
|
||||
|
||||
Reference in New Issue
Block a user