diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-09 12:45:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 12:44:36 +0100 |
commit | b8e4be02eb6e13ebccd8893d87e72b79a09b4662 (patch) | |
tree | 5b6f8009361e87251723d7112cf1bf16de02acb4 | |
parent | c620c8ae810d86f86c1504d3b0b634e249c9b9f6 (diff) | |
download | guix-b8e4be02eb6e13ebccd8893d87e72b79a09b4662.tar.gz guix-b8e4be02eb6e13ebccd8893d87e72b79a09b4662.zip |
gnu: python-pegasusio: Disable tests.
* gnu/packages/bioinformatics.scm (python-pegasusio)[arguments]: Disable
tests.
Change-Id: I6b32ed416b562b47088dbc34eb7bcb0b8e2cc414
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8e89bc0449..953a886270 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2180,6 +2180,8 @@ three prime UTR.") (base32 "0gqygspdy398vjymdy6756jmk99s7fhwav9rivdx59kpqjcdxaz9")))) (build-system pyproject-build-system) + ;; There are no tests. + (arguments (list #:tests? #false)) (propagated-inputs (list python-anndata python-docopt |