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 { 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 jaxtyping, ··· 55 # https://github.com/cornellius-gp/gpytorch/issues/2396 56 "test_t_matmul_matrix" 57 ]; 58 59 meta = with lib; { 60 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";
··· 1 { 2 lib, 3 + stdenv, 4 buildPythonPackage, 5 fetchFromGitHub, 6 jaxtyping, ··· 56 # https://github.com/cornellius-gp/gpytorch/issues/2396 57 "test_t_matmul_matrix" 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; 62 63 meta = with lib; { 64 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";