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

Commit 88f80f5

Browse files
Release Managervbraun
authored andcommitted
Trac #25217: Fix test regression in banner()
Fixes regression introduced in #25056 that assumes the tests are running without the `SAGE_BANNER` environment variable set to a non-default. (We should have a better mechanism in general for setting `sage.env` to the default for tests that depend on it) URL: https://trac.sagemath.org/25217 Reported by: embray Ticket author(s): Erik Bray Reviewer(s): Volker Braun
2 parents cee7c1d + f8c1038 commit 88f80f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/misc/banner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def banner():
9191
9292
EXAMPLES::
9393
94+
sage: import sage.misc.banner; sage.misc.banner.SAGE_BANNER = ''
9495
sage: banner()
9596
┌────────────────────────────────────────────────────────────────────┐
9697
│ SageMath version ..., Release Date: ... │

0 commit comments

Comments
 (0)