diff --git a/pkgs/development/python-modules/tinygrad/default.nix b/pkgs/development/python-modules/tinygrad/default.nix index 910f54ac14c1..a1a0f06aa2ed 100644 --- a/pkgs/development/python-modules/tinygrad/default.nix +++ b/pkgs/development/python-modules/tinygrad/default.nix @@ -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 [ ]) ++ [