mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
python3Packages.scikit-learn: disable failing test on darwin
The darwin build of sklearn has been failing for a while on this error.
This commit is contained in:
parent
c4596ed52d
commit
19408d3093
@ -65,6 +65,8 @@ buildPythonPackage rec {
|
||||
"check_regressors_train"
|
||||
"check_classifiers_train"
|
||||
"xfail_ignored_in_check_estimator"
|
||||
] ++ lib.optionals (stdenv.isDarwin) [
|
||||
"test_graphical_lasso"
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
|
Loading…
Reference in New Issue
Block a user