~ruther/guix-local

f6e8d74eee96cb52ed2b87f8365e620fd52e0424 — Ricardo Wurmus 1 year, 3 months ago 7b70b21
gnu: python-scikit-learn-extra: Disable one test.

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

Change-Id: Idee17402250a55ca564724f00550ef36664982f6
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +4 -1
@@ 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