guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ce79537b56cadac553e11a5a8b5ea4b35c4bc91d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 01:19:43 2026 +0000
gnu: python-scikit-learn-1.6: Skip 3 more tests.
* gnu/packages/machine-learning.scm (python-scikit-learn-1.6)[arguments]
<test-flags>: Skip 3 more tests.
Change-Id: I1c7e2eb7c18ddc5479cf45b84a6cf07d374842fe
---
gnu/packages/machine-learning.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index ed621a3b95..cea34213ce 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2361,6 +2361,9 @@ data analysis.")
"test_check_is_fitted_with_attributes"
"test_covariance"
"test_estimators"
+ "test_newton_cholesky_fallback_to_lbfgs[42]"
+ "test_logistic_regression_path_convergence_fail"
+ "test_linalg_warning_with_newton_solver[42]"
"test_ledoit_wolf"
"test_mcd"
"test_mcd_issue1127"