gnu: idr: Disable tests.
* gnu/packages/bioinformatics.scm (idr)[arguments]: Set #:tests? #f.master
parent
aaffb9c97b
commit
1c10a1d75c
|
@ -2879,7 +2879,8 @@ data. It also provides the bgzip, htsfile, and tabix utilities.")
|
||||||
"1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r"))))
|
"1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f ; FIXME: "ImportError: No module named 'utility'"
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
'install 'wrap-program
|
'install 'wrap-program
|
||||||
|
|
Reference in New Issue