Skip to content

Commit 58aa8c4

Browse files
committed
Fix one more doctest failure with Python 3.14
Seems to have been missed in #41086
1 parent 4015f91 commit 58aa8c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/doctest/test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@
257257
sage: subprocess.call(["python3", "-m", "sage.doctest", "--warn-long", "0", # long time
258258
....: "--random-seed=0", "--optional=sage", "interrupt.rst"], **kwds)
259259
Running doctests...
260-
Doctesting 1 file.
261-
Killing test interrupt.rst
260+
Doctesting 1 file...
262261
----------------------------------------------------------------------
263262
Doctests interrupted: 0/1 files tested
264263
----------------------------------------------------------------------

0 commit comments

Comments
 (0)