I can confirm that for me, thje problem is indeed caused by tle language setting : LANG=c sage -t --long src/sage/homology/simplicial_complex.py passes without failures.
HTH, -- Emmanuel Charpentier Le samedi 13 mai 2017 13:21:45 UTC+2, [email protected] a écrit : > > for the calculus one (caused by the French locale), see > https://trac.sagemath.org/ticket/22833 > > Le samedi 13 mai 2017 11:55:40 UTC+2, Emmanuel Charpentier a écrit : >> >> On Debian testig running on core i7 + 16 Gb RAM, ptestlong passes with >> two failures : >> >> --------------------------------------------------------------------- >> sage -t --long src/sage/calculus/calculus.py # 1 doctest failed >> sage -t --long src/sage/homology/simplicial_complex.py # 1 doctest failed >> ---------------------------------------------------------------------- >> >> Both have already been seen in 8.4.beta4 and 8.4.beta5 ; the second one >> is transient (does not fail when run standalone). >> >> HTH, >> >> -- >> Emmanuel Charpentier >> >> >> >> Le samedi 13 mai 2017 11:04:37 UTC+2, Volker Braun a écrit : >>> >>> As always, you can get the latest beta version from the "develop" git >>> branch. Alternatively, the self-contained source tarball is at >>> http://www.sagemath.org/download-latest.html >>> >>> >>> df03447 Updated SageMath version to 8.0.beta6 >>> 86557bd Trac #22729: Expose some internal variables computed in >>> hecke_series >>> f14995b Trac #21993: Polyhedron.integral_points(): OverflowError: value >>> too large to convert to int >>> 3c79df8 Trac #21668: sage.stats.basic_stats.mode doesn't sort >>> 476ef25 Trac #19139: Implement categories for KR crystals >>> 540e6b9 Trac #17505: implement symbolic product >>> 2208923 Trac #22939: fixing a typo >>> 068b093 Trac #22674: Add irreducibles_poset() >>> dd7d64f Trac #22877: Wrong atan2 of complex arguments >>> 263e6d1 Trac #22773: Add random Stone lattice >>> 755298b Trac #22684: pynormaliz fails to build on 32bit system >>> 7c5814b Trac #19075: Speedup creation of Kleber tree >>> 4ee6131 Trac #22923: Fix documentation regarding cached functions in the >>> Steenrod algebra code >>> 643ded5 Trac #22940: another typo >>> c2e84e2 Trac #22925: Fix Cython interface to Pynac's find_function >>> 7aa9ec8 Trac #22911: Reorganize some methods for loops >>> 3d17975 Trac #22906: improve add_clique to allow various iterable >>> container >>> 21e33f7 Trac #22950: combinat/posets/posets.py fails when the optional >>> package dot2tex is installed >>> b238720 Trac #22948: avoid "absolute_import" in tab completion >>> ef9d7e0 Trac #22943: Speedup rigged configuration bijection in type B >>> 5918bf2 Trac #22938: Polytopes normaliz backend doesn't handle a >>> polytope with a trivial integral hull >>> 437154d Trac #22933: clean up deprecations in sandpile >>> c00fe01 Trac #22932: py3: remove one call to unicode in >>> src/sage_setup/docbuild/__init__.py >>> f4e91c4 Trac #22931: Add missing sphinx labels to prep and other >>> tutorials >>> 4d60046 Trac #22919: py3: some care for cmp in monoids folder >>> 2603c91 Trac #22929: Followup to #22666 >>> b259b4c Trac #22910: Polynomial ring when is_field is NotImplemented >>> 9afa2a0 Trac #22642: Cythonize tensor product of crystals elements >>> 77a9ab3 Trac #22429: Some cleanup of the crystals files >>> 5d5c8fb Trac #21386: HochschildComplex does not pass its testsuite >>> 4410a16 Trac #18655: MV Polytopes and PBW crystals >>> ff9499e Trac #18303: faster comparisons in AA and QQbar >>> 46a728a Updated SageMath version to 8.0.beta5 >>> >>> -- 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.
