about summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/patches/dont-test-guess-gaproot.patch
blob: 32b877428d5189cdac9f7f2355f5159e4579eee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/sage/libs/gap/util.pyx b/src/sage/libs/gap/util.pyx
index 5ff67107c1..1318df86fd 100644
--- a/src/sage/libs/gap/util.pyx
+++ b/src/sage/libs/gap/util.pyx
@@ -165,7 +165,7 @@ def _guess_gap_root():
     EXAMPLES::
 
         sage: from sage.libs.gap.util import _guess_gap_root
-        sage: _guess_gap_root()
+        sage: _guess_gap_root() # not tested (not necessary on nixos)
         The gap-4.5.5.spkg (or later) seems to be not installed!
         ...
     """