python3Packages.skorch: disable package on darwin

This commit is contained in:
Gaetan Lepage
2025-06-09 01:06:38 +02:00
parent 17ef7ce049
commit 5c4ede54b4
@@ -96,5 +96,10 @@ buildPythonPackage rec {
changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ bcdarwin ];
badPlatforms = [
# Most tests fail with:
# Fatal Python error: Segmentation fault
lib.systems.inspect.patterns.isDarwin
];
};
}