test_doctests stderr

/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:14: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:21: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
/usr/lib/python2.7/dist-packages/numpy/random/__init__.py:99: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from .mtrand import *
etc/python/grass/pygrass/vector/__init__.py:187: DeprecationWarning: Vector.write(geo_obj, attrs=(...)) is depreciated, specify cat explicitly
  DeprecationWarning)
Building topology for vector map <Utils_test_vector@__lib_python_pygrass_test_doctests>...
Registering primitives...

21 primitives registered
41 vertices registered
Building areas...
0..4..9..14..19..23..28..33..38..42..47..52..57..61..66..71..76..80..85..90..95..100
4 areas built
2 isles built
Attaching islands...
50..100
Attaching centroids...
4..9..14..19..23..28..33..38..42..47..52..57..61..66..71..76..80..85..90..95..100
Number of nodes: 15
Number of primitives: 21
Number of points: 3
Number of lines: 3
Number of boundaries: 11
Number of centroids: 4
Number of areas: 4
Number of isles: 2
....etc/python/grass/pygrass/raster/history.py:12: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class History(object):
Building topology for vector map <test_vect_2@__lib_python_pygrass_test_doctests>...
Registering primitives...

3 primitives registered
3 vertices registered
Building areas...
0..33..66..100
0 areas built
0 isles built
Attaching islands...
Attaching centroids...
33..66..100
Number of nodes: 0
Number of primitives: 3
Number of points: 3
Number of lines: 0
Number of boundaries: 0
Number of centroids: 0
Number of areas: 0
Number of isles: 0
..WARNING: Illegal filename <cénsus>. Character <Ã> not allowed.

....
----------------------------------------------------------------------
Ran 10 tests in 0.216s
OK