mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-syntax-tree: Skip tests.
* gnu/packages/ruby-xyz.scm (ruby-syntax-tree)[arguments]{tests?}: Skip them.
This commit is contained in:
parent
35fc4ce26a
commit
b50010435d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue