python3Packages.gpytorch: mark as broken due to segfaults (#423834)

authored by Gaétan Lepage and committed by GitHub e67b29f5 36a79ce4

+4
+4
pkgs/development/python-modules/gpytorch/default.nix
··· 1 1 { 2 2 lib, 3 + stdenv, 3 4 buildPythonPackage, 4 5 fetchFromGitHub, 5 6 jaxtyping, ··· 55 56 # https://github.com/cornellius-gp/gpytorch/issues/2396 56 57 "test_t_matmul_matrix" 57 58 ]; 59 + 60 + # Testing is broken on Darwin due to a `scikit-learn` issue, see https://github.com/NixOS/nixpkgs/issues/423831 61 + doCheck = !stdenv.hostPlatform.isDarwin; 58 62 59 63 meta = with lib; { 60 64 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";