On Sunday, August 21, 2016 at 12:26:56 AM UTC+1, vdelecroix wrote: > > On 17/08/16 17:28, 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 > > > > 7b1b3ec Updated SageMath version to 7.4.beta1 > > Several doctest failures > > ********************************************************************** > File "src/sage/graphs/generic_graph.py", line 20919, in > sage.graphs.generic_graph.GenericGraph.? > Failed example: > G.canonical_label(certify=True) > Expected: > doctest:...: DeprecationWarning: use the option 'certificate' > instead of 'certify' > See http://trac.sagemath.org/21111 for details. > (Graph on 2 vertices, {'a': 0, 'b': 1}) > Got: > doctest:1: DeprecationWarning: use the option 'certificate' instead > of 'certify' > See http://trac.sagemath.org/21111 for details. > (Graph on 2 vertices, {'a': 1, 'b': 0}) > *********************************************************************** > > And many of the following kind > > ********************************************************************** > File "src/sage/tests/cmdline.py", line 108, in > sage.tests.cmdline.test_executable > Failed example: > err > Expected: > '' > Got: > ":0: UserWarning: You do not have a working installation of the > service_identity module: 'No module named service_identity'. Please > install it from <https://pypi.python.org/pypi/service_identity > <https://www.google.com/url?q=https%3A%2F%2Fpypi.python.org%2Fpypi%2Fservice_identity&sa=D&sntz=1&usg=AFQjCNHfLqY456aafCfZu2hnQFtBLoujug>> > > and make > sure all of its dependencies are satisfied. Without the > service_identity module and a recent enough pyOpenSSL to support it, > Twisted can perform only rudimentary TLS client hostname verification. > Many valid certificate/hostname mappings may be rejected.\n" >
yes, I have already seen and reported the latter. For me, installing said module using "sage --pip service_identity" helped. So this seems that sagenb package should take care of installing this, although I'm not 100% sure. Dima > ********************************************************************** > -- 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.
