mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python2-fastlmm: Disable tests.
* gnu/packages/machine-learning.scm (python2-fastlmm)[arguments]: Disable tests.
This commit is contained in:
parent
9fd6ad3e35
commit
237ee6f2b2
1 changed files with 2 additions and 1 deletions
|
@ -885,7 +885,8 @@ (define-public python2-fastlmm
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue