diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-18 16:28:11 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-06-19 10:08:43 +0100 |
commit | 8423175a47efc16b9fd2988fbd508a839f858b53 (patch) | |
tree | 1addeadb7744b54a7b1cbb652b25a2df8529b504 | |
parent | eea8e94f7a0f142f25fab1232b79f2b2341b1cd0 (diff) |
gnu: ruby-syntax-tree: Skip tests.
* gnu/packages/ruby-xyz.scm (ruby-syntax-tree)[arguments]{tests?}:
Skip them.
-rw-r--r-- | gnu/packages/ruby-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |