test_simple stderr

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
E
======================================================================
ERROR: setUpClass (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accdetect/testsuite/test_simple.py", line 32, in setUpClass
    overwrite=True)
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.create ended with error
Process ended with non-zero return code t.create(output='A', type='strds', temporaltype='absolute', semantictype='mean', title='A test', description='A test', overwrite=True). See the following errors:
Traceback (most recent call last):
  File "scripts/t.create", line 86, in <module>
    main()
  File "scripts/t.create", line 68, in main
    import grass.temporal as tgis
  File "etc/python/grass/temporal/__init__.py", line 3, in <module>
    from .core import *
  File "etc/python/grass/temporal/core.py", line 44, in <module>
    from .c_libraries_interface import *
  File "etc/python/grass/temporal/c_libraries_interface.py", line 27, in <module>
    from grass.pygrass.rpc.base import RPCServerBase
  File "etc/python/grass/pygrass/rpc/__init__.py", line 21, in <module>
    from grass.pygrass.vector import *
  File "etc/python/grass/pygrass/vector/__init__.py", line 6, in <module>
    libgis.G_gisinit('')
AttributeError: 'module' object has no attribute 'G_gisinit'


----------------------------------------------------------------------
Ran 0 tests in 1.014s
FAILED (errors=1)