-
-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Description
In #12415 we added
# Workarounds for https://github.com/sagemath/sagenb/pull/84
import sagenb.notebook.misc
import sagenb.notebook.sage_email
def fixed_default_email_address():
import socket
import getpass
return getpass.getuser() + "@" + socket.gethostname()
sagenb.notebook.sage_email.default_email_address = fixed_default_email_address
to sage.doctest.forker
. These whould be removed once the newer version of sagenb is incorporated into Sage.
Depends on #12415
Depends on #14330
Depends on #14266
Component: doctest framework
Author: R. Andrew Ohana
Branch: u/tkluck/ticket/14273
Reviewer: Jeroen Demeyer, Punarbasu Purkayastha
Merged: sage-5.12.beta0
Issue created by migration from https://trac.sagemath.org/ticket/14273