guix-commits
[Top][All Lists]
Advanced

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

06/98: gnu: python-hicmatrix: Remove custom 'check phase.


From: guix-commits
Subject: 06/98: gnu: python-hicmatrix: Remove custom 'check phase.
Date: Wed, 13 Sep 2023 18:06:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9049506d8b11a4f77f207827cd8667e0dedeaeb2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 22:19:23 2023 +0200

    gnu: python-hicmatrix: Remove custom 'check phase.
    
    * gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Remove 
custom
    'check phase.
---
 gnu/packages/bioinformatics.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1ceb429169..aa88692204 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16232,11 +16232,7 @@ includes operations like compartment, insulation or 
peak calling.")
          (add-after 'unpack 'remove-invalid-syntax
            (lambda _
              (substitute* "setup.py"
-               ((".\\*\"") "\""))))
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "python" "-m" "pytest" "-v")))))))
+               ((".\\*\"") "\"")))))))
     (propagated-inputs
      (list python-cooler
            python-intervaltree



reply via email to

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