when doing (for 4.3.2.alpha1)
./sage -t -long devel/sage/sage/groups/

I get lots of messages like

doctest:681: UserWarning: legend.labelsep is deprecated. Update your
matplotlibrc to use legend.labelspacing instead.
...

they arise in
        sage/groups/group.pyx
        sage/groups/perm_gps/cubegroup.py
        sage/groups/perm_gps/partn_ref/refinement_graphs.pyx

e.g.
sage -t -long "devel/sage/sage/groups/perm_gps/partn_ref/
refinement_graphs.pyx"
**********************************************************************
File "/home/dima/sage/devel/sage/sage/groups/perm_gps/partn_ref/
refinement_graphs.pyx", line 248:
    sage: G = graphs.DodecahedralGraph()
Expected nothing
Got:
    doctest:681: UserWarning: legend.labelsep is deprecated. Update
your matplotlibrc to use legend.labelspacing instead.
    doctest:681: UserWarning: legend.pad is deprecated. Update your
matplotlibrc to use legend.borderpad instead.
    doctest:117: UserWarning: rcParams key "numerix" is obsolete and
has no effect;
     please delete it from your matplotlibrc file
    doctest:681: UserWarning: legend.axespad is deprecated. Update
your matplotlibrc to use legend.borderaxespad instead.
    doctest:681: UserWarning: legend.handletextsep is deprecated.
Update your matplotlibrc to use legend.handletextpad instead.
    doctest:681: UserWarning: legend.handlelen is deprecated. Update
your matplotlibrc to use legend.handlelength instead.
**********************************************************************
1 items had failures:
   1 of  88 in __main__.example_2
***Test Failed*** 1 failures.

This nukes docstrings tests...

Any idea how to fix
or/and whom to blame? :)

Dima

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to