From 9049506d8b11a4f77f207827cd8667e0dedeaeb2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 Sep 2023 22:19:23 +0200 Subject: [PATCH] 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 @@ (define-public python-hicmatrix (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