Commit af02d4a4 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.gluonts: skip crashing test on darwin

parent e2c5398d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = [