Thu 2018-10-04, 11:12:29 UTC+2, Erik Bray:
>
> Sometimes when I run the tests I get failures like:
>
> sage -t --long src/sage/combinat/cluster_algebra_quiver/quiver.py
> **********************************************************************
> File "src/sage/combinat/cluster_algebra_quiver/quiver.py", line 172,
> in sage.combinat.cluster_algebra_quiver.quiver.ClusterQuiver
> Failed example:
>     Q.mutation_type()
> Exception raised:
>     Traceback (most recent call last):
>     ... 
>     ValueError: unsupported pickle protocol: 3
>
> This is because I'm using the same machine to build and test Python 3,
> and that code is caching some computations as pickles in .sage/; so
> when I run them on Python 3 it ends up with some Python 3 pickles in
> .sage.
>
> I believe these tests ought to be fixed to not use the user's real
> .sage since that's hard to control for.  But that's a minor issue and
> not particular to this release.  It just gets me almost every time :)

This is now tracked at:

  https://trac.sagemath.org/ticket/26409

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to