Testing many optional and external packages, I get Using --optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,lrslib, memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin, sage_numerical_backends_cplex,sage_numerical_backends_gurobi
---------------------------------------------------------------------- sage -t --long src/sage/databases/findstat.py # 8 doctests failed sage -t --long src/sage/geometry/polyhedron/base.py # Bad exit: 1 sage -t --long src/sage/graphs/generators/smallgraphs.py # 2 doctests failed ---------------------------------------------------------------------- External software detected for doctesting: cplex,ffmpeg,graphviz,imagemagick,internet,latex,pandoc Rerunning failed test, I get the same. Follow up at https://trac.sagemath.org/ticket/25536 Other than the bad exit in the polyhedron/base.py file, I also get a deprecation warning: sage: _ = P.affine_hull() ## line 9278 ## ... DeprecationWarning: affine_hull is deprecated. Please use affine_hull_projection instead. See https://trac.sagemath.org/29326 for details. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/4b34d1ad-4a67-47d4-86af-bf69f192613f%40googlegroups.com.
