[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python2-fastlmm: Disable tests.
From: |
guix-commits |
Subject: |
01/02: gnu: python2-fastlmm: Disable tests. |
Date: |
Thu, 7 Mar 2019 07:38:20 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 237ee6f2b26ebb15a55dccd32f0feba25848e84c
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 13:21:02 2019 +0100
gnu: python2-fastlmm: Disable tests.
* gnu/packages/machine-learning.scm (python2-fastlmm)[arguments]: Disable
tests.
---
gnu/packages/machine-learning.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 34bcd82..039e5a0 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)