test_doctests

./lib/python/pygrass/raster – test_doctests

Test failed

Testtest_doctests
Testsuite./lib/python/pygrass/raster
Test file./lib/python/pygrass/raster/testsuite/test_doctests.py
StatusFAILED
Return code-11
Number of testsunknown
Successful testsunknown
Failed tests0
Percent successfulunknown
Test duration0:00:01.225309

Supplementary files

Standard error output (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/raster/history.py:13: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class History(object):
/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
F..etc/python/grass/pygrass/raster/segment.py:30: DeprecationWarning: classic int division
  return ((rows + self.srows - 1) / self.srows) * \
etc/python/grass/pygrass/raster/segment.py:31: DeprecationWarning: classic int division
  ((cols + self.scols - 1) / self.scols)