mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ provides the Ribotaper pipeline.")
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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.
|
;; Generate an installable executable script wrapper.
|
||||||
(add-after 'unpack 'patch-setup.py
|
(add-after 'unpack 'patch-setup.py
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue