Running tests with few 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/combinat/designs/bibd.py # 2 doctests failed sage -t --long src/sage/databases/findstat.py # 17 doctests failed sage -t --long src/sage/databases/oeis.py # 1 doctest 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 I get the same when rerunning failed tests. The issue with oeis is new and is copied below. Follow up at https://trac.sagemath.org/ticket/25536 sage -t --long src/sage/databases/oeis.py ********************************************************************** File "src/sage/databases/oeis.py", line 93, in sage.databases.oeis Failed example: p.cross_references(fetch=True) # optional -- internet Expected: 0: A000798: Number of different quasi-orders (or topologies, or transitive digraphs) with n labeled elements. 1: A001035: Number of partially ordered sets ("posets") with n labeled elements (or labeled acyclic transitive digraphs). 2: A001930: Number of topologies, or transitive digraphs with n unlabeled nodes. 3: A006057: Number of topologies on n labeled points satisfying axioms T_0-T_4. 4: A079263: Number of constrained mixed models with n factors. 5: A079265: Number of antisymmetric transitive binary relations on n unlabeled points. 6: A263859: Triangle read by rows: T(n,k) (n>=1, k>=0) is the number of posets with n elements and rank k (or depth k+1). 7: A316978: Number of factorizations of n into factors > 1 with no equivalent primes. 8: A319559: Number of non-isomorphic T_0 set systems of weight n. 9: A326939: Number of T_0 sets of subsets of {1..n} that cover all n vertices. 10: A326943: Number of T_0 sets of subsets of {1..n} that cover all n vertices and are closed under intersection. ... Got: 0: A000798: Number of different quasi-orders (or topologies, or transitive digraphs) with n labeled elements. 1: A001035: Number of partially ordered sets ("posets") with n labeled elements (or labeled acyclic transitive digraphs). 2: A001930: Number of topologies, or transitive digraphs with n unlabeled nodes. 3: A006057: Number of topologies on n labeled points satisfying axioms T_0-T_4. 4: A079263: Number of constrained mixed models with n factors. 5: A079265: Number of antisymmetric transitive binary relations on n unlabeled points. 6: A263859: Triangle read by rows: T(n,k) (n>=1, k>=0) is the number of posets with n elements and rank k (or depth k+1). 7: A000608: Number of connected partially ordered sets with n unlabeled elements. 8: A316978: Number of factorizations of n into factors > 1 with no equivalent primes. 9: A319559: Number of non-isomorphic T_0 set systems of weight n. 10: A326939: Number of T_0 sets of subsets of {1..n} that cover all n vertices. 11: A326943: Number of T_0 sets of subsets of {1..n} that cover all n vertices and are closed under intersection. 12: A326944: Number of T_0 sets of subsets of {1..n} that cover all n vertices, contain {}, and are closed under intersection. 13: A326947: BII-numbers of T_0 set-systems. ********************************************************************** 1 item had failures: 1 of 26 in sage.databases.oeis 5 webbrowser tests not run 0 tests not run because we ran out of time [287 tests, 1 failure, 42.09 s] -- 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/af300684-a7d3-4e18-b30d-3be78df36312o%40googlegroups.com.
