It's okay with Python 3, but I'm getting a failure on OS X when built with Python 2:
sage -t --long --warn-long 68.2 src/sage/libs/pynac/pynac.pyx ********************************************************************** File "src/sage/libs/pynac/pynac.pyx", line 295, in sage.libs.pynac.pynac.subs_args_to_PyTuple Failed example: tfunc(x).subs(x=1) # py2 Expected: len(args): 3, types: [<class 'sage.symbolic.substitution_map.SubstitutionMap'>, <class 'int'>, <class 'sage.symbolic.expression.Expression'>] x Got: len(args): 3, types: [<type 'sage.symbolic.substitution_map.SubstitutionMap'>, <type 'int'>, <type 'sage.symbolic.expression.Expression'>] x ********************************************************************** 1 item had failures: 1 of 5 in sage.libs.pynac.pynac.subs_args_to_PyTuple [332 tests, 1 failure, 4.15 s] ---------------------------------------------------------------------- sage -t --long --warn-long 68.2 src/sage/libs/pynac/pynac.pyx # 1 doctest failed ---------------------------------------------------------------------- On Tuesday, November 26, 2019 at 4:28:33 PM UTC-8, Volker Braun wrote: > > 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 > > > d48a21c149 (tag: 9.0.beta7, trac/develop) Updated SageMath version to > 9.0.beta7 > 22426a509b Trac #28797: 32-bit Python 3 failures in combinat > 54072f6c3b Trac #28795: Python 3 overflow in IntegerModRing pow > 7f2572fcdf Trac #28685: Upgrade from beautifulsoup to beautifulsoup4 > c597ceea70 Trac #28737: remove deprecated stuff in old coercion model > a5c1185e7c Trac #28736: fix Texture for negative inputs > 6c66325a63 Trac #28698: py3: HTML documentation for GlobalOptions does not > show up correctly > aa0ac42b16 Trac #28675: Deprecate GraphicsArray import from > sage.plot.graphics > 5882b7f376 Trac #28564: Tensor Fields and Sections: Naming Consistencies > 8f9b67d25c Trac #28304: add type information to _repr_ of Macaulay2 > elements > e6e616380a Trac #28214: Compute and display graph of nth-preimage tree > a5bb40f91c Trac #27838: 5 internet doctests failing in findstat.py > 6553536757 Trac #27790: compatibility with cplex 12.9 > 3c6a9108c1 Trac #23816: implement left action of matrices on scheme points > 9c6f3dab7f Trac #28732: update sagetex to version 3.4 > f856552b81 Trac #28748: Python 3 debug build fails to start > 232ae1bddc (tag: 9.0.beta6) Updated SageMath version to 9.0.beta6 > > -- 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 sage-release+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/b06dac5e-11c1-4e5b-95d2-f0d51595a7a2%40googlegroups.com.