test_vwhat_layers stderr

etc/python/grass/lib/gis.py:803: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
E
======================================================================
ERROR: setUpClass (__main__.TestMultiLayerMap)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_layers.py", line 121, in setUpClass
    cls.runModule('db.in.ogr', dsn='./data/table1.csv', output='t1')
  File "etc/python/grass/gunittest/case.py", line 956, in runModule
    errors=errors)
CalledModuleError: Module run 1 db.in.ogr ended with error
Process ended with non-zero return code db.in_ogr(dsn='./data/table1.csv', output='t1'). See the following errors:
ERROR: Unable to start driver <(null)>
ERROR: Input DSN <./data/table1.csv> not found or not readable


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