gnu: python-scikit-learn-extra: Disable one test.

* gnu/packages/machine-learning.scm (python-scikit-learn-extra)
[arguments]: Disable one test.

Change-Id: Idee17402250a55ca564724f00550ef36664982f6
This commit is contained in:
Ricardo Wurmus 2025-01-09 13:53:56 +01:00
parent 7b70b21379
commit f6e8d74eee
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1932,7 +1932,10 @@ data analysis.")
;; The error message format has changed, ;; The error message format has changed,
;; but the behavior itself is still the ;; but the behavior itself is still the
;; same. ;; 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 #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'build 'build-ext (add-after 'build 'build-ext