~ruther/guix-local

988d0a2f747925df9a6c5d88fa247badaf5ee14c — Nicolas Graves 3 months ago 84978f7
gnu: rseqc: Disable tests.

python-nose runs 0 tests, let's remove it and disable tests instead.

* gnu/packages/bioinformatics.scm (rseqc)
[arguments]<#:tests?>: Disable them.
[native-inputs]: Remove python-nose.
[propagated-inputs]: Remove python-wheel.

Change-Id: I5be4019f6093478b5ab28f07a52319c7cfbd7cd8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -3
@@ 10940,6 10940,7 @@ BAM and Wiggle files in both transcript-coordinate and genomic-coordinate.")
        (base32
         "0gbb9iyb7swiv5455fm5rg98r7l6qn27v564yllqjd574hncpx6m"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))      ; No tests.
    (inputs
     (list python-bx-python
           python-cython


@@ 10948,10 10949,7 @@ BAM and Wiggle files in both transcript-coordinate and genomic-coordinate.")
           python-pyparsing
           python-pysam
           python-setuptools
           python-wheel
           zlib))
    (native-inputs
     (list python-nose))
    (home-page "https://rseqc.sourceforge.net/")
    (synopsis "RNA-seq quality control package")
    (description