guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

38/45: gnu: python-scikit-fuzzy: Disable tests.


From: guix-commits
Subject: 38/45: gnu: python-scikit-fuzzy: Disable tests.
Date: Wed, 12 Jan 2022 17:58:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit cdd0fcee8c8735ea019d5a52d63a3200e379cb04
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 20:15:09 2022 +0100

    gnu: python-scikit-fuzzy: Disable tests.
    
    * gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Add
     #:tests?.  Remove #:phases.
---
 gnu/packages/python-science.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4e7690df7a..1ecd4fbc7a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -239,13 +239,7 @@ Cython.")
        (sha256
         (base32 "0bp1n771fj44kdp7a00bcvfwirvv2rc803b7g6yf3va7v0j29c8s"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda _
-             (invoke "nosetests" "-s" "-v" "skfuzzy")
-             #t)))))
+    (arguments '(#:tests? #f))   ;XXX: not compatible with newer numpy.testing
     (native-inputs
      (list python-nose))
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]