guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: ruby-minitest-bonus-assertions: Disable tests.


From: guix-commits
Subject: 03/11: gnu: ruby-minitest-bonus-assertions: Disable tests.
Date: Sun, 12 Sep 2021 08:37:44 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 28dd51eefb46c5c308a702517a6446677fed501a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 12 14:39:36 2021 +0300

    gnu: ruby-minitest-bonus-assertions: Disable tests.
    
    * gnu/packages/ruby.scm (ruby-minitest-bonus-assertions)[arguments]:
    Disable test suite; it has bit rotted.
---
 gnu/packages/ruby.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d9b50b9..0182120 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4622,7 +4622,8 @@ MiniTest @code{Object#stub} with a global @code{stub} 
method.")
          "1hbq9jk904xkz868yha1bqcm6azm7kmjsll2k4pn2nrcib508h2a"))))
     (build-system ruby-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f          ; Test suite has bitrotted.
+       #:phases
        (modify-phases %standard-phases
          (add-before 'check 'clean-dependencies
            (lambda _



reply via email to

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