python312Packages.scikit-learn: skip broken test on aarch64 for now

This commit is contained in:
K900 2024-08-29 23:48:04 +03:00
parent 195182d135
commit 2b529b9e28

View File

@ -85,6 +85,10 @@ buildPythonPackage rec {
disabledTests = [
# Skip test_feature_importance_regression - does web fetch
"test_feature_importance_regression"
] ++ lib.optionals stdenv.isAarch64 [
# doesn't seem to produce correct results?
# possibly relevant: https://github.com/scikit-learn/scikit-learn/issues/25838#issuecomment-2308650816
"test_sparse_input"
];
pytestFlagsArray = [