python3Packages.tinygrad: skip failing GPU tests (#525736)

This commit is contained in:
kirillrdy
2026-05-30 09:58:15 +00:00
committed by GitHub

View File

@@ -314,7 +314,11 @@ buildPythonPackage (finalAttrs: {
"test_hevc_decode"
# AssertionError: Not equal to tolerance
"test_fp8e5m2"
"test_svd_general"
# TypeError: unsupported operand type(s) for //: 'method' and 'int'
"TestFP8Linear"
];
pytestFlags = (old.pytestFlags or [ ]) ++ [