mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: python-dendropy: Skip additional test.
* gnu/packages/bioinformatics.scm (python-dendropy)[arguments]: Adjust custom 'skip-broken-tests phase to skip additional test.
This commit is contained in:
parent
f0cc0e8f30
commit
1e81140cb5
1 changed files with 1 additions and 0 deletions
|
@ -3174,6 +3174,7 @@ (define-public python-dendropy
|
|||
"test_basic_split_count_with_incorrect_rootings_raises_error")) m)
|
||||
(string-append "_skip_" m)))
|
||||
(delete-file "tests/test_paup.py")
|
||||
(delete-file "tests/test_dataio_nexml_reader_tree_list.py")
|
||||
;; Assert error for unknown reasons
|
||||
(substitute* "tests/test_protractedspeciation.py"
|
||||
(("test_by_num_lineages" m)
|
||||
|
|
Loading…
Reference in a new issue