guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 61e736692e47f229355b6684881cd11a19db95ea
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Wed Jun 18 16:28:11 2025 +0200

    gnu: ruby-syntax-tree: Skip tests.
    
    * gnu/packages/ruby-xyz.scm (ruby-syntax-tree)[arguments]{tests?}:
    Skip them.
---
 gnu/packages/ruby-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index d2ffac5643..d727dd06a3 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -14229,6 +14229,9 @@ spawned processes.  It is designed after Python's 
@code{subprocess} module.")
     (build-system ruby-build-system)
     (arguments
      (list
+      ;; Some tests are broken with Ruby@3.3.
+      ;; See: https://github.com/ruby-syntax-tree/syntax_tree/issues/457
+      #:tests? #f
       #:phases
       #~(modify-phases %standard-phases
           ;; The tests rely on the Gem being installed, so move the check

Reply via email to