~ruther/guix-local

84978f7277cc22141f61080ea8141de4a9c1e260 — Nicolas Graves 5 months ago ff846b8
gnu: crossmap: Disable tests.

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

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

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 6366,10 6366,10 @@ gene predictor designed to work with assembled, aligned RNA-seq transcripts.")
                             (find-files "." "\\.pyc$"))
                   (delete-file-recursively ".eggs")))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))      ; No tests in PyPI.
    (inputs (list python-bx-python python-numpy python-pybigwig python-pysam
                  zlib))
    (native-inputs (list python-cython python-nose python-pyparsing
                         python-setuptools python-wheel))
    (native-inputs (list python-cython python-pyparsing python-setuptools))
    (home-page "https://crossmap.sourceforge.net/")
    (synopsis "Convert genome coordinates between assemblies")
    (description