diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-09 12:34:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 12:44:35 +0100 |
commit | c620c8ae810d86f86c1504d3b0b634e249c9b9f6 (patch) | |
tree | 896ba9a3ac3c93ebb2446058bb587541f527fc78 | |
parent | b460f89d9396267f964e2454ec5d662531c60d94 (diff) | |
download | guix-c620c8ae810d86f86c1504d3b0b634e249c9b9f6.tar.gz |
gnu: python-pyani: Disable tests.
There are none. * gnu/packages/bioinformatics.scm (python-pyani)[arguments]: Disable tests. Change-Id: I6862082c8335e5d487da6d1705ed094922f14e47
-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 e1da1c1199..8e89bc0449 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5800,6 +5800,8 @@ Illumina paired-end data (for CASAVA 1.8+).") (base32 "124kdg7168nbh4a5wisfws1fgkd89dd4js9v6dml2lvgclbv4mjg")))) (build-system pyproject-build-system) + ;; This contains two test data files but no way to run the tests. + (arguments (list #:tests? #false)) (propagated-inputs (list python-biopython python-matplotlib python-pandas python-scipy python-seaborn)) |