guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 8423175a47efc16b9fd2988fbd508a839f858b53
Author: Nicolas Graves <[email protected]>
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 [email protected].
+ ;; 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