This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit b00c74c
Release Manager
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 Pasechnik1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments