~ruther/guix-local

ref: e2bb2e1780ce875cc03cd5cc559f1dbc528d6f8e guix-local/gnu/packages/patches/python-dendropy-exclude-failing-tests.patch -rw-r--r-- 859 bytes
e2bb2e17 — Ben Woodcroft gnu: ruby-yard: Update to 0.9.5-1.d816482a. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/dendropy/test/test_phylogenetic_distance_matrix.py b/dendropy/test/test_phylogenetic_distance_matrix.py
index 10c05f5..a18ba52 100644
--- a/dendropy/test/test_phylogenetic_distance_matrix.py
+++ b/dendropy/test/test_phylogenetic_distance_matrix.py
@@ -793,7 +793,7 @@ class PdmUpgmaTree(PdmTreeChecker, unittest.TestCase):
                     expected_tree=expected_tree)
 
 class NodeToNodeDistancesTest(unittest.TestCase):
-
+    @unittest.expectedFailure
     def test_distances(self):
         ## get distances from ape
         # library(ape)
@@ -825,6 +825,7 @@ class NodeToNodeDistancesTest(unittest.TestCase):
                     e = reference_table[nd1.label, nd2.label]
                     self.assertAlmostEqual(d, e)
 
+    @unittest.expectedFailure
     def test_mrca(self):
         test_runs = [
                 "hiv1.newick",