guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 37f1e96d4c518f7384b8dab1df9a239a87281255
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 b5fd6074fd..47144a8cd4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14715,6 +14715,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")