We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149824f commit 9bba20eCopy full SHA for 9bba20e
1 file changed
srcpkgs/sagemath/patches/fix-doctest-ipython-9.12.patch
@@ -0,0 +1,12 @@
1
+diff --git a/src/sage/doctest/test.py b/src/sage/doctest/test.py
2
+index 8e7ecac8bbe..7831de313cc 100644
3
+--- a/src/sage/doctest/test.py
4
++++ b/src/sage/doctest/test.py
5
+@@ -469,6 +469,7 @@ Test the ``--debug`` option::
6
+ s...: b = 5
7
+ s...: a + b
8
+ 8
9
++ ...
10
+ sage:
11
+ <BLANKLINE>
12
+ Returning to doctests...
0 commit comments