~ruther/guix-local

22d1060eff9df7086beef8ea3aa2158106f97de7 — Ricardo Wurmus 8 years ago 6de897a
gnu: python-rpy2: Ignore test results.

* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 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)