gnu: ribodiff: Disable broken test.

* gnu/packages/bioinformatics.scm (ribodiff)[arguments]: Add build phase
'disable-plot-test.
This commit is contained in:
Ricardo Wurmus 2021-12-02 18:32:10 +01:00
parent f28f5be11d
commit 1123d25830
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -829,6 +829,11 @@ (define-public ribodiff
`(#: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 _