diff options
author | Pjotr Prins | 2017-12-18 07:26:31 -0600 |
---|---|---|
committer | Pjotr Prins | 2017-12-18 07:26:31 -0600 |
commit | 02faf6897366c25047dbc57836a43fe5fc63ecf3 (patch) | |
tree | 4f851d7ebcbdf88395f789b3550447bb8ea04bbc | |
parent | d85101f3844ad29fd44cf88043ee7a34dec9f760 (diff) | |
download | guix-bioinformatics-02faf6897366c25047dbc57836a43fe5fc63ecf3.tar.gz |
Disable tests for RPy2
-rw-r--r-- | gn/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index ca705d5..e3f0e7a 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -74,6 +74,7 @@ ("r-survival" ,r-survival))) (native-inputs `(("zlib" ,zlib))) + (arguments `(#:tests? #f)) ;; No tests. (home-page "http://rpy.sourceforge.net/") (synopsis "Python interface to the R language") (description "rpy2 is a redesign and rewrite of rpy. It is providing a |