From dd81525292dfa6fb5646285e17edc552402295ff Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 18 Dec 2025 11:05:10 -0800 Subject: [PATCH] python3Packages.torchao: disable failing test on x86_64-darwin --- pkgs/development/python-modules/torchao/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/torchao/default.nix b/pkgs/development/python-modules/torchao/default.nix index 252b9183e9df..8100f1ba355e 100644 --- a/pkgs/development/python-modules/torchao/default.nix +++ b/pkgs/development/python-modules/torchao/default.nix @@ -203,6 +203,9 @@ buildPythonPackage rec { "test_int8_weight_only_quant_with_freeze_0_cpu" "test_int8_weight_only_quant_with_freeze_1_cpu" "test_int8_weight_only_quant_with_freeze_2_cpu" + + # Illegal instruction in subclass_4bit.py::dequantize + "test_subclass_slice" ]; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [