From 988d0a2f747925df9a6c5d88fa247badaf5ee14c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 29 Nov 2025 21:01:48 +0100 Subject: [PATCH] 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 --- gnu/packages/bioinformatics.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3f63181efd2ff77ec081737655ea2b72a3490f06..2c04407d3774240e68ea80a9c39461b3ff6c60b8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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