diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 14:51:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 14:52:21 +0100 |
commit | f4d23718080506a0e3805ed4acbe8ea54d8f8d7f (patch) | |
tree | 4967ad1596b6dd924387a5a7355caec32fd5f995 | |
parent | b8085c9240d0202a759eaaae531b2c1b01bef035 (diff) |
gnu: python-readpaf: Explicitly disable tests.
* gnu/packages/bioinformatics.scm (python-readpaf)[arguments]: Disable tests.
Change-Id: I28ddfa46675b74bd5073c12e5d33bcbf9dee8252
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 09a4efeadf..ebd51995c3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2651,6 +2651,7 @@ alignments and perform the following operations: (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") |