From 6315ac38289edd841d7330f00b68142c6821beb3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 29 May 2026 22:06:31 +0000 Subject: [PATCH] python3Packages.tinygrad: skip failing GPU tests --- pkgs/development/python-modules/tinygrad/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 [ ]) ++ [