mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: ruby-minitest-bonus-assertions: Disable tests.
* gnu/packages/ruby.scm (ruby-minitest-bonus-assertions)[arguments]: Disable test suite; it has bit rotted.
This commit is contained in:
parent
8ba17bda9b
commit
28dd51eefb
1 changed files with 2 additions and 1 deletions
|
@ -4622,7 +4622,8 @@ MiniTest @code{Object#stub} with a global @code{stub} method.")
|
|||
"1hbq9jk904xkz868yha1bqcm6azm7kmjsll2k4pn2nrcib508h2a"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:tests? #f ; Test suite has bitrotted.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'clean-dependencies
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Reference in a new issue