From f6e8d74eee96cb52ed2b87f8365e620fd52e0424 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 9 Jan 2025 13:53:56 +0100 Subject: [PATCH] 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 3f19bf4c0cece49b79f26538b6e0df330a887322..2e62ba3aa2d51255612280bfa12c8dcb601d59c8 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 + " and not test_seuclidean")) #:phases #~(modify-phases %standard-phases (add-after 'build 'build-ext