guix-commits
[Top][All Lists]
Advanced

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

branch wip-haskell updated: gnu: ruby-pandoc-ruby: Disable tests.


From: guix-commits
Subject: branch wip-haskell updated: gnu: ruby-pandoc-ruby: Disable tests.
Date: Thu, 30 Sep 2021 03:31:36 -0400

This is an automated email from the git hooks/post-receive script.

lbraun pushed a commit to branch wip-haskell
in repository guix.

The following commit(s) were added to refs/heads/wip-haskell by this push:
     new c1522b2  gnu: ruby-pandoc-ruby: Disable tests.
c1522b2 is described below

commit c1522b280137df2f670f47fa1e682e610406bb39
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Sep 30 09:29:51 2021 +0200

    gnu: ruby-pandoc-ruby: Disable tests.
    
    * gnu/packages/ruby.scm (ruby-pandoc-ruby) [arguments]: Disable tests,
    remove obsolete phase.
---
 gnu/packages/ruby.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8db5bd9..e9db2cf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1149,18 +1149,10 @@ structure.  Supports custom object formatting via 
plugins.")
          "03a11clhycyn0jhc7g9davpqd83sn60jqwjy1y145ag9sq6sp935"))))
     (build-system ruby-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f ; Disable tests since they depend on pandoc behavior
+                   ; and there are no upstream releases.
+       #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'disable-failing-tests
-           ;; TODO: Remove this phase after ghc-pandoc gets upgraded to 2.9.2+
-           ;; (see: https://github.com/xwmx/pandoc-ruby/issues/39).
-           (lambda _
-             (substitute* "test/test_conversions.rb"
-               (("next if from == to.*" all)
-                (string-append
-                 all
-                 "      next if ['plain', 'beamer'].include? to\n")))
-             #t))
          (add-after 'unpack 'patch-pandoc-path
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((pandoc (string-append (assoc-ref inputs "pandoc")



reply via email to

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