test_import_isolation

./lib/python/pygrass/modules – test_import_isolation

Test failed

Testtest_import_isolation
Testsuite./lib/python/pygrass/modules
Test file./lib/python/pygrass/modules/testsuite/test_import_isolation.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:00.641430

Supplementary files

Standard error output (stderr)

F
======================================================================
FAIL: test_import_isolation (__main__.TestImportIsolation)
Check that modules  classes are not using ctypes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/pygrass/modules/testsuite/test_import_isolation.py", line 39, in test_import_isolation
    msg="Test isolation before any import.")
AssertionError: Test isolation before any import. 
Items in the second set but not the first:
'grass.lib'
'grass.lib.raster'
'grass.lib.glob'
'grass.lib.grass'
'grass.lib.ctypes_preamble'
'grass.lib.sys'
'grass.lib.ctypes_loader'
'grass.lib.re'
'grass.lib.os'
'grass.lib.six'
'grass.lib.gis'
'grass.lib.ctypes'

----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (failures=1)