guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: ribodiff: Disable broken test.


From: guix-commits
Subject: 03/04: gnu: ribodiff: Disable broken test.
Date: Thu, 2 Dec 2021 12:50:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1123d25830203f9bbddbd4c4c72d974976e0c5b8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 18:32:10 2021 +0100

    gnu: ribodiff: Disable broken test.
    
    * gnu/packages/bioinformatics.scm (ribodiff)[arguments]: Add build phase
    'disable-plot-test.
---
 gnu/packages/bioinformatics.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 443c405..72de84f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -829,6 +829,11 @@ provides the Ribotaper pipeline.")
      `(#: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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]