about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch')
-rw-r--r--nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch b/nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch
index c04463e7e99c..89f0613589d4 100644
--- a/nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch
+++ b/nixpkgs/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch
@@ -1,12 +1,12 @@
 diff --git a/src/sage/graphs/generic_graph.py b/src/sage/graphs/generic_graph.py
-index 0070705f78..ac19818f1b 100644
+index 2deb533f7f..663ff2cd13 100644
 --- a/src/sage/graphs/generic_graph.py
 +++ b/src/sage/graphs/generic_graph.py
-@@ -6699,12 +6699,6 @@ class GenericGraph(GenericGraph_pyx):
+@@ -6953,12 +6953,6 @@ class GenericGraph(GenericGraph_pyx):
              sage: G = DiGraph(d6, format='dig6')
              sage: G.edge_connectivity()
              5
--            sage: G.edge_disjoint_spanning_trees(5)  # long time
+-            sage: G.edge_disjoint_spanning_trees(5)     # long time                     # needs sage.numerical.mip
 -            [Digraph on 28 vertices,
 -             Digraph on 28 vertices,
 -             Digraph on 28 vertices,