diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-08-24 20:31:24 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 16:40:52 +0200 |
| commit | 37f1e96d4c518f7384b8dab1df9a239a87281255 (patch) | |
| tree | c331c0cbd96d4ea085e4f669a26f4e0e3adedcf8 /gnu | |
| parent | 6e00796efc19542cf6efbdb8c776f0966ca7105c (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b5fd6074fd7..47144a8cd41 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -14715,6 +14715,16 @@ high-throughput DNA sequencing run within a few minutes.") | |||
| 14715 | (base32 | 14715 | (base32 |
| 14716 | "1glw5pn9s8z13spxk6yyfqaz80n9lga67f33w35nkpq9dwi2vg6g")))) | 14716 | "1glw5pn9s8z13spxk6yyfqaz80n9lga67f33w35nkpq9dwi2vg6g")))) |
| 14717 | (build-system ruby-build-system) | 14717 | (build-system ruby-build-system) |
| 14718 | (arguments | ||
| 14719 | (list | ||
| 14720 | #:phases | ||
| 14721 | #~(modify-phases %standard-phases | ||
| 14722 | (add-before 'check 'delete-failing-tests | ||
| 14723 | (lambda _ | ||
| 14724 | ;; This feature compares inspected strings, which can | ||
| 14725 | ;; easily cause differences across different Ruby | ||
| 14726 | ;; versions. | ||
| 14727 | (delete-file "features/vcf_header.feature")))))) | ||
| 14718 | (native-inputs | 14728 | (native-inputs |
| 14719 | (list ruby-cucumber)) | 14729 | (list ruby-cucumber)) |
| 14720 | (synopsis "Smart VCF parser DSL") | 14730 | (synopsis "Smart VCF parser DSL") |
