gnu: python-pyani: Disable tests.

There are none.

* gnu/packages/bioinformatics.scm (python-pyani)[arguments]: Disable tests.

Change-Id: I6862082c8335e5d487da6d1705ed094922f14e47
This commit is contained in:
Ricardo Wurmus 2024-01-09 12:34:41 +01:00
parent b460f89d93
commit c620c8ae81
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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))