gnu: python-demuxem: Disable tests.
* gnu/packages/bioinformatics.scm (python-demuxem)[arguments]: Disable tests, because there aren't any. Change-Id: I50364ca6744cf9d2704d4b75a8c79c4fdc4ada6emaster
parent
745b208767
commit
3118d95b56
|
@ -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
|
||||
|
|
Reference in New Issue