diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-06 01:13:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-06 01:29:30 +0100 |
| commit | 671090cd83927b92a86e05fa236c6f7d97cdd353 (patch) | |
| tree | 670557084397e08db44beb63c9fec2547c615ef4 /gnu | |
| parent | 5aa8ab38b122336389fc72b48a0c2a227d6583a8 (diff) | |
gnu: python-gffutils: Fix tests.
* gnu/packages/bioinformatics.scm (python-gffutils)[arguments]
<test-flags>: Ignore one not compatible test file.
Change-Id: I30c6abc726ba58a3ce3a08ad36cd48a6573efc29
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index cec64b866ac..2087717cfe9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -23543,6 +23543,9 @@ alignments, trees and genomic annotations.") (build-system pyproject-build-system) (arguments (list + ;; Failed: 'yield' keyword is allowed in fixtures, but not in tests + ;; (test_region) + #:test-flags #~(list "--ignore=gffutils/test/test_1.py") #:phases #~(modify-phases %standard-phases (add-before 'build 'set-HOME |
