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 = [