mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-hicmatrix: Remove custom 'check phase.
* gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Remove custom 'check phase.
This commit is contained in:
parent
bf98283741
commit
9049506d8b
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue