guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 03277a55680f04bcc93275c826d14720e53643ab
Author: gemmaro <[email protected]>
AuthorDate: Mon Aug 24 20:31:24 2026 +0900
gnu: bio-vcf: Remove a problematic test file.
* gnu/packages/bioinformatics.scm (bio-vcf)[arguments]<#:phases>
{delete-failing-tests}: New phase.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/bioinformatics.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 11d6fac83b..069a5d0e8d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14760,6 +14760,16 @@ high-throughput DNA sequencing run within a few
minutes.")
(base32
"1glw5pn9s8z13spxk6yyfqaz80n9lga67f33w35nkpq9dwi2vg6g"))))
(build-system ruby-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'delete-failing-tests
+ (lambda _
+ ;; This feature compares inspected strings, which can
+ ;; easily cause differences across different Ruby
+ ;; versions.
+ (delete-file "features/vcf_header.feature"))))))
(native-inputs
(list ruby-cucumber))
(synopsis "Smart VCF parser DSL")