Hello,

one patchbot meets the following problem with ipython:

sage -t --long --warn-long 29.7 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 455, in 
sage.tests.cmdline.test_executable
Failed example:
    err
Expected:
    ''
Got:
  ... UserWarning: The top-level `frontend` package has been deprecated. 
All its subpackages have been moved to the top `IPython` level.\n 
 warn("The top-level `frontend` package has been deprecated. "\n'

We have several lines in the code where this could come from:

grep -r --include="*.py" "IPython\.t" .

./repl/interpreter.py:from IPython.terminal.interactiveshell import 
TerminalInteractiveShell
./repl/interpreter.py:from IPython.terminal.embed import 
InteractiveShellEmbed
./repl/interpreter.py:from IPython.terminal.ipapp import 
TerminalIPythonApp, IPAppCrashHandler
./doctest/forker.py:                    from IPython.terminal.embed import 
InteractiveShellEmbed


See also here for a similar problem and its solution:

https://github.com/ipython/ipython/issues/3663/

Should I open a ticket ?

Frederic

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to