mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-01 04:44:02 +02:00
gnu: taxtastic: Run tests conditionally.
* gnu/packages/bioinformatics.scm (taxtastic)[arguments]: Respect TESTS? option.
This commit is contained in:
@@ -7466,7 +7466,9 @@ Cuffdiff or Ballgown programs.")
|
||||
(replace 'check
|
||||
;; Note, this fails to run with "-v" as it tries to write to a
|
||||
;; closed output stream.
|
||||
(lambda _ (invoke "python" "-m" "unittest") #t)))))
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "python" "-m" "unittest")))))))
|
||||
(propagated-inputs
|
||||
`(("python-sqlalchemy" ,python-sqlalchemy)
|
||||
("python-decorator" ,python-decorator)
|
||||
|
||||
Reference in New Issue
Block a user