mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 14:55:55 +02:00
gnu: python-gffutils: Fix tests.
* gnu/packages/bioinformatics.scm (python-gffutils)[arguments] <test-flags>: Ignore one not compatible test file. Change-Id: I30c6abc726ba58a3ce3a08ad36cd48a6573efc29
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user