mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.tinygrad: skip failing GPU tests (#525736)
This commit is contained in:
@@ -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 [ ]) ++ [
|
||||
|
||||
Reference in New Issue
Block a user