me
/
guix
Archived
1
0
Fork 0

gnu: python-hicmatrix: Remove custom 'check phase.

* gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Remove custom
'check phase.
master
Ricardo Wurmus 2023-09-13 22:19:23 +02:00
parent bf98283741
commit 9049506d8b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -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