mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 11:03:15 +03:00
python3Packages.skorch: disable package on darwin (#415117)
This commit is contained in:
commit
7501049bfe
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue