guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 988d0a2f747925df9a6c5d88fa247badaf5ee14c
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 29 21:01:48 2025 +0100
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 <[email protected]>
---
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 3f63181efd..2c04407d37 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