me
/
guix
Archived
1
0
Fork 0

gnu: python-demuxem: Disable tests.

* gnu/packages/bioinformatics.scm (python-demuxem)[arguments]: Disable tests,
because there aren't any.

Change-Id: I50364ca6744cf9d2704d4b75a8c79c4fdc4ada6e
master
Ricardo Wurmus 2024-01-09 15:27:18 +01:00
parent 745b208767
commit 3118d95b56
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -1921,6 +1921,8 @@ biological activities from omics data within a unified framework.")
(base32
"1bhyxqjk44bmyd26m1smapf68wyf7252kk65i27k50dd3kswgnd6"))))
(build-system pyproject-build-system)
;; There are no tests.
(arguments (list #:tests? #false))
(propagated-inputs
(list python-docopt
python-importlib-metadata