mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7b70b21379
commit
f6e8d74eee
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue