python3Packages.gluonts: skip crashing test on darwin (#485744)

This commit is contained in:
kirillrdy
2026-02-01 01:12:46 +00:00
committed by GitHub
@@ -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 = [