~ruther/guix-local

31c374e0816fc183e177d93257f90b3c02d517af — Ricardo Wurmus 9 years ago 43ba5dd
gnu: python-pysam: Disable tests.

* gnu/packages/bioinformatics.scm (python-pysam): Disable tests.
1 files changed, 5 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +5 -2
@@ 1464,8 1464,11 @@ multiple sequence alignments.")
                    ;; single process leads to a crash.  Running with multiple
                    ;; processes fails because the tests are not designed to
                    ;; run in parallel.
                    (zero? (system* "nosetests" "-v"
                                    "--processes" "1")))))))))

                    ;; FIXME: tests keep timing out on some systems.
                    ;; (zero? (system* "nosetests" "-v"
                    ;;                 "--processes" "1"))
                    )))))))
    (propagated-inputs
     `(("htslib"            ,htslib))) ; Included from installed header files.
    (inputs