gnu: ruby-yard: Disable tests.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 9 Jul 2020 15:49:49 +0000 (11:49 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 11 Jul 2020 18:26:58 +0000 (14:26 -0400)
commit65a61239517f6b45a8728657d55102d2373fe915
tree4066b032aaa48ac36743a2471a664ea4037d64d5
parentb17a48d0353e6b4b6b327564f984e354074a638b
gnu: ruby-yard: Disable tests.

YARD is a common dependency in the Ruby world; having it carry extra test
dependencies is prone to cause dependency cycles.  For example, YARD depends
on Asciidoctor, but the latest Asciidoctor requires ruby-cucumber for its test
suite, which pulls YARD through many of its dependencies.

* gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable tests.
[native-inputs]: Remove.
gnu/packages/ruby.scm