~ruther/guix-local

671090cd83927b92a86e05fa236c6f7d97cdd353 — Sharlatan Hellseher 4 months ago 5aa8ab3
gnu: python-gffutils: Fix tests.

* gnu/packages/bioinformatics.scm (python-gffutils)[arguments]
<test-flags>: Ignore one not compatible test file.

Change-Id: I30c6abc726ba58a3ce3a08ad36cd48a6573efc29
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +3 -0
@@ 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