gnu: ruby-syntax-tree: Skip tests.

* gnu/packages/ruby-xyz.scm (ruby-syntax-tree)[arguments]{tests?}:
Skip them.
This commit is contained in:
Nicolas Graves 2025-06-18 16:28:11 +02:00 committed by Andreas Enge
parent 35fc4ce26a
commit b50010435d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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