Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit b00c74c

Browse files
author
Release Manager
committed
Trac #33447: Doctest failure on ubuntu-jammy because system Singular is accepted
A trivial failure: {{{ sage -t --random-seed=297076767328263871294039228926833547139 src/sage/misc/compat.py ********************************************************************** File "src/sage/misc/compat.py", line 96, in sage.misc.compat Failed example: find_library('Singular') Expected: '...Singular...' Got: <BLANKLINE> }}} https://github.com/sagemath/sage/runs/5353145070?check_suite_focus=true URL: https://trac.sagemath.org/33447 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
2 parents 5958f5d + ad66cb3 commit b00c74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/misc/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def find_library(name):
9393
EXAMPLES::
9494
9595
sage: from sage.misc.compat import find_library
96-
sage: find_library('Singular')
97-
'...Singular...'
96+
sage: find_library('giac')
97+
'...giac...'
9898
9999
"""
100100

0 commit comments

Comments
 (0)