diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:21:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:37:58 +0100 |
commit | 237ee6f2b26ebb15a55dccd32f0feba25848e84c (patch) | |
tree | 1a0cc44b4bc4f3face943e6758668ca13ba4073b /gnu | |
parent | 9fd6ad3e3557a8efeadf182af60e32c77b62b2af (diff) | |
download | guix-237ee6f2b26ebb15a55dccd32f0feba25848e84c.tar.gz |
gnu: python2-fastlmm: Disable tests.
* gnu/packages/machine-learning.scm (python2-fastlmm)[arguments]: Disable tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/machine-learning.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 34bcd82ad7..039e5a0a49 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -885,7 +885,8 @@ interactive learning.") "1q8c34rpmwkfy3r4d5172pzdkpfryj561897z9r3x22gq7813x1m")))) (build-system python-build-system) (arguments - `(#:python ,python-2)) ; only Python 2.7 is supported + `(#:tests? #f ; some test files are missing + #:python ,python-2)) ; only Python 2.7 is supported (propagated-inputs `(("python2-numpy" ,python2-numpy) ("python2-scipy" ,python2-scipy) |