* gnu/packages/ruby.scm (ruby-byebug-11)[arguments]: Remove #:tests? instead of setting unconditionally setting it to #t. --- gnu/packages/ruby.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 0f7806e81b..f2932cc26e 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -6735,8 +6735,7 @@ other things and it comes with a command line interface.") (("require \"bundler/setup\".*") ""))) #t)))) (arguments - `(#:tests? #t - #:phases + `(#:phases (modify-phases %standard-phases (add-after 'unpack 'skip-tmp-path-sensitive-test (lambda _ -- 2.33.0