Unverified Commit d23c23b7 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

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

parents 209556c0 af02d4a4
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 = [