mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: python-readpaf: Explicitly disable tests.
* gnu/packages/bioinformatics.scm (python-readpaf)[arguments]: Disable tests. Change-Id: I28ddfa46675b74bd5073c12e5d33bcbf9dee8252
This commit is contained in:
parent
b8085c9240
commit
f4d2371808
1 changed files with 1 additions and 0 deletions
|
@ -2651,6 +2651,7 @@ (define-public python-readpaf
|
|||
(base32
|
||||
"15m6ffks4zwpp1ycwk6n02py6mw2yh7qr0vhpc178b91gldr97ia"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #false)) ;there are none
|
||||
(propagated-inputs (list python-pandas))
|
||||
(home-page "https://github.com/alexomics/read-paf")
|
||||
(synopsis "Minimap2 PAF file reader")
|
||||
|
|
Loading…
Reference in a new issue