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:
Martin Weinelt 2022-11-19 13:32:18 +01:00
parent c4596ed52d
commit 19408d3093
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 = [