diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 1 insertions, 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 |