guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit e36c77cef8a2cc2475613ad1287911d7d28111ae
Author: gemmaro <[email protected]>
AuthorDate: Mon Aug 24 18:20:18 2026 +0900

    gnu: ruby-parallel-tests: Update to 5.7.0.
    
    * gnu/packages/ruby-xyz.scm (ruby-parallel-tests): Update to 5.7.0.
    [arguments]<#:phases>{disable-problematic-tests}: Delete integration
    test too.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index e7660f66e9..f2952d68a8 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -6848,7 +6848,7 @@ then be analyzed or manipulated more easily than the 
underlying AST layer.")
 (define-public ruby-parallel-tests
   (package
     (name "ruby-parallel-tests")
-    (version "4.9.0")
+    (version "5.7.0")
     (home-page "https://github.com/grosser/parallel_tests";)
     (source (origin
               (method git-fetch)
@@ -6858,7 +6858,7 @@ then be analyzed or manipulated more easily than the 
underlying AST layer.")
               (file-name (string-append name version))
               (sha256
                (base32
-                "0ljb17i1bvlr0y1avwishcrg60h48bj6iwgkp8yrck08wcs7b338"))))
+                "005vj7j4wz2i15c43aqcxvqchrpa412d4h9mfp6nia0dgd3iwgjy"))))
     (build-system ruby-build-system)
     (arguments
      '(#:test-target "spec"             ;avoid rubocop dependency
@@ -6893,7 +6893,9 @@ then be analyzed or manipulated more easily than the 
underlying AST layer.")
                       ;; This test fails, probably because of the newer
                       ;; Cucumber version used here.
                       (delete-file "spec/parallel_tests/cucumber/\
-failure_logger_spec.rb")                      ))
+failure_logger_spec.rb")
+                      ;; This uses Bundler extensively.
+                      (delete-file "spec/integration_spec.rb")))
                   (add-before 'check 'set-HOME
                     (lambda _
                       ;; Some tests check the output of Bundler, and fail when

Reply via email to