mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: python-demuxem: Disable tests.
* gnu/packages/bioinformatics.scm (python-demuxem)[arguments]: Disable tests, because there aren't any. Change-Id: I50364ca6744cf9d2704d4b75a8c79c4fdc4ada6e
This commit is contained in:
parent
745b208767
commit
3118d95b56
1 changed files with 2 additions and 0 deletions
|
@ -1921,6 +1921,8 @@ (define-public python-demuxem
|
||||||
(base32
|
(base32
|
||||||
"1bhyxqjk44bmyd26m1smapf68wyf7252kk65i27k50dd3kswgnd6"))))
|
"1bhyxqjk44bmyd26m1smapf68wyf7252kk65i27k50dd3kswgnd6"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
;; There are no tests.
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-docopt
|
(list python-docopt
|
||||||
python-importlib-metadata
|
python-importlib-metadata
|
||||||
|
|
Loading…
Reference in a new issue