guix-commits
[Top][All Lists]
Advanced

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

130/150: gnu: python-bx-python: Disable tests.


From: guix-commits
Subject: 130/150: gnu: python-bx-python: Disable tests.
Date: Sun, 24 Apr 2022 05:12:41 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit b963634b708fe794dcfbfe45bcdb315c531a20da
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 11:04:01 2022 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8794760f74..513cfa6b18 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2269,6 +2269,7 @@ off-target reads for a capture method that targets 
CpG-rich region.")
                (base32
                 "0mclahslz34vq9x424jmzsxk0nmpm1j716fa8h3zwr9ssvch7skc"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Cannot find C extension.
     (propagated-inputs
      (list python-numpy))
     (inputs



reply via email to

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