From af02d4a4265de8be6da9ce21904adf58ae967c71 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 31 Jan 2026 21:53:37 +0000 Subject: [PATCH] python3Packages.gluonts: skip crashing test on darwin --- pkgs/development/python-modules/gluonts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/gluonts/default.nix b/pkgs/development/python-modules/gluonts/default.nix index 743e3562350f..66ddba75f804 100644 --- a/pkgs/development/python-modules/gluonts/default.nix +++ b/pkgs/development/python-modules/gluonts/default.nix @@ -109,6 +109,10 @@ buildPythonPackage (finalAttrs: { disabledTestPaths = [ # requires `cpflows`, not in Nixpkgs "test/torch/model" + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + # Trace/BPT trap: 5 + "test/torch/test_torch_item_id_info.py" ]; disabledTests = [