guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-python-science updated: gnu: python-pyani: Disable tests.


From: guix-commits
Subject: branch wip-python-science updated: gnu: python-pyani: Disable tests.
Date: Tue, 09 Jan 2024 06:36:29 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch wip-python-science
in repository guix.

The following commit(s) were added to refs/heads/wip-python-science by this 
push:
     new 9b8f1d3ed3 gnu: python-pyani: Disable tests.
9b8f1d3ed3 is described below

commit 9b8f1d3ed36f0b5455eef7dbadbf87681eba7008
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 9 12:34:41 2024 +0100

    gnu: python-pyani: Disable tests.
    
    There are none.
    
    * gnu/packages/bioinformatics.scm (python-pyani)[arguments]: Disable tests.
    
    Change-Id: I6862082c8335e5d487da6d1705ed094922f14e47
---
 gnu/packages/bioinformatics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b8e70a53f7..658882bc42 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]