chmod 700 ~/.sage/.python-eggs should fix this
On Thursday, 16 April 2015 09:58:52 UTC+1, Sébastien Labbé wrote: > > On ubuntu 14.04 64 bit make ptestlong gives 266 files with 1 failing > doctest, always the same warning: > > sage -t --long src/doc/de/thematische_anleitungen/sage_gymnasium.rst > ********************************************************************** > File "src/doc/de/thematische_anleitungen/sage_gymnasium.rst", line 534, in > doc.de.thematische_anleitungen.sage_gymnasium > Failed example: > find_root(f, 0.5, 5) > Expected: > 0.6299605249475858 > Got: > doctest:1224: UserWarning: /home/labbe/.sage//.python-eggs is writable > by group/others and vulnerable to attack when used with > get_resource_filename. Consider a more secure location (set with > .set_extraction_path or the PYTHON_EGG_CACHE environment variable). > 0.6299605249475858 > ********************************************************************** > 1 item had failures: > 1 of 293 in doc.de.thematische_anleitungen.sage_gymnasium > [206 tests, 1 failure, 5.61 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
