python3Packages.skorch: disable package on darwin (#415117)

authored by Gaétan Lepage and committed by GitHub 7501049b b155f2ea

+5
+5
pkgs/development/python-modules/skorch/default.nix
··· 96 changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md"; 97 license = lib.licenses.bsd3; 98 maintainers = with lib.maintainers; [ bcdarwin ]; 99 }; 100 }
··· 96 changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md"; 97 license = lib.licenses.bsd3; 98 maintainers = with lib.maintainers; [ bcdarwin ]; 99 + badPlatforms = [ 100 + # Most tests fail with: 101 + # Fatal Python error: Segmentation fault 102 + lib.systems.inspect.patterns.isDarwin 103 + ]; 104 }; 105 }