I think its likely that you have some local configuration, probably ipython, that is being picked up accidentally. The failures all come from switching on ascii colors even though they shoudn't be for doctests. In any case I can't reproduce it.
On Friday, February 3, 2017 at 8:56:39 PM UTC+1, Samuel Lelievre wrote: > > > > 2017-02-03 18:28 GMT+01:00 Daniel Krenn <[email protected] <javascript:>>: > > > On 2017-02-01 22:39, Volker Braun wrote: > > > As always, you can get the latest beta version from the "develop" git > > > branch. > > > > Fresh clone on Linux Mint 17.3, make ptestlong reports > > > > sage -t --long src/sage/interfaces/expect.py # 1 doctest failed > > sage -t --long src/sage/repl/interpreter.py # 3 doctests failed > > sage -t --long src/sage/repl/interface_magic.py # 3 doctests failed > > sage -t --long src/sage/repl/ipython_tests.py # 4 doctests failed > > Same failures on OS X 10.10.5 (Yosemite), but starting from the > Sage 7.6.beta1 tarball. > > I noticed I had anaconda3 in my PATH, not sure if this could have any > influence. Maybe I should try again with an anaconda-free PATH? > > Samuel > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
