1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 15:50:31 +02:00

gnu: python2-fastlmm: Disable tests.

* gnu/packages/machine-learning.scm (python2-fastlmm)[arguments]: Disable
tests.
This commit is contained in:
Ricardo Wurmus
2019-03-07 13:21:02 +01:00
parent 9fd6ad3e35
commit 237ee6f2b2

View File

@@ -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)