rekado pushed a commit to branch python-team
in repository guix.

commit efecdd00a27711d60d1ed94ebddcc988f2d42f77
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Thu Jan 9 13:53:56 2025 +0100

    gnu: python-scikit-learn-extra: Disable one test.
    
    * gnu/packages/machine-learning.scm (python-scikit-learn-extra)
    [arguments]: Disable one test.
    
    Change-Id: Idee17402250a55ca564724f00550ef36664982f6
---
 gnu/packages/machine-learning.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 3f19bf4c0c..2e62ba3aa2 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1932,7 +1932,10 @@ data analysis.")
                                    ;; The error message format has changed,
                                    ;; but the behavior itself is still the
                                    ;; same.
-                                   " and not test_parameter_validation"))
+                                   " and not test_parameter_validation"
+                                   ;; exceptions must be derived from Warning,
+                                   ;; not <class 'NoneType'>
+                                   " and not test_seuclidean"))
         #:phases
         #~(modify-phases %standard-phases
             (add-after 'build 'build-ext

Reply via email to