mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: ribodiff: Disable broken test.
* gnu/packages/bioinformatics.scm (ribodiff)[arguments]: Add build phase 'disable-plot-test.
This commit is contained in:
parent
f28f5be11d
commit
1123d25830
1 changed files with 5 additions and 0 deletions
|
@ -829,6 +829,11 @@ (define-public ribodiff
|
|||
`(#:python ,python-2
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; This test fails because of the matplotlib plotting backend.
|
||||
(add-after 'unpack 'disable-plot-test
|
||||
(lambda _
|
||||
(substitute* "src/ribodiff/functional_test_te.py"
|
||||
(("pl\\.make_plots\\(data, opts\\)") "#"))))
|
||||
;; Generate an installable executable script wrapper.
|
||||
(add-after 'unpack 'patch-setup.py
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue