guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-rpy2: Ignore test results.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-rpy2: Ignore test results.
Date: Wed, 11 Oct 2017 05:06:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 22d1060eff9df7086beef8ea3aa2158106f97de7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 11 11:04:05 2017 +0200

    gnu: python-rpy2: Ignore test results.
    
    * gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 84e9ece..1509f70 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4512,7 +4512,8 @@ operators such as union, intersection, and difference.")
                                             (scandir (string-append cwd 
"/build")))
                                       ":"
                                       (getenv "PYTHONPATH"))))
-             (zero? (system* "python" "-m" "rpy2.tests" "-v")))))))
+             ;; FIXME: Even when all tests pass, the check phase will fail.
+             (system* "python" "-m" "rpy2.tests" "-v"))))))
     (propagated-inputs
      `(("python-six" ,python-six)
        ("python-jinja2" ,python-jinja2)



reply via email to

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