guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-snaptools: Disable tests.


From: guix-commits
Subject: branch master updated: gnu: python-snaptools: Disable tests.
Date: Wed, 17 Jan 2024 15:42:35 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 270570f090 gnu: python-snaptools: Disable tests.
270570f090 is described below

commit 270570f09030f8888f613ed18e7b78ae6a7156e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 21:41:06 2024 +0100

    gnu: python-snaptools: Disable tests.
    
    * gnu/packages/bioinformatics.scm (python-snaptools)[arguments]: Disable
    tests.
    
    Change-Id: I4934bda3cfbaf42a87f57035ec12d084112dcc24
---
 gnu/packages/bioinformatics.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e7ae52176d..d0a3d94244 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2429,6 +2429,7 @@ counts.")
         (base32
          "1s5373g5jjbshh3q39zy7dlxr7nda6ksxq9d1gw46h82c4fsmfbn"))))
     (build-system pyproject-build-system)
+    (arguments (list #:tests? #false)) ;there are none
     (propagated-inputs
      (list python-future
            python-h5py



reply via email to

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