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

* gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Remove custom
'check phase.
This commit is contained in:
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

View file

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