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
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

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)