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_regressors_train"
|
||||||
"check_classifiers_train"
|
"check_classifiers_train"
|
||||||
"xfail_ignored_in_check_estimator"
|
"xfail_ignored_in_check_estimator"
|
||||||
|
] ++ lib.optionals (stdenv.isDarwin) [
|
||||||
|
"test_graphical_lasso"
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
|
Loading…
Reference in New Issue
Block a user