running test Searching for scour Best match: scour 0.37 Processing scour-0.37-py3.6.egg Using /home/shlomif/Download/unpack/graphics/inkscape/extensions/.eggs/scour-0.37-py3.6.egg running egg_info writing inkscape_core_extensions.egg-info/PKG-INFO writing dependency_links to inkscape_core_extensions.egg-info/dependency_links.txt writing requirements to inkscape_core_extensions.egg-info/requires.txt writing top-level names to inkscape_core_extensions.egg-info/top_level.txt reading manifest file 'inkscape_core_extensions.egg-info/SOURCES.txt' writing manifest file 'inkscape_core_extensions.egg-info/SOURCES.txt' running build_ext test_text_uppercase (unittest.loader._FailedTest) ... ERROR test_polyhedron_3d (unittest.loader._FailedTest) ... ERROR test_pathmodifier (unittest.loader._FailedTest) ... ERROR test_foldablebox (unittest.loader._FailedTest) ... ERROR test_handles (unittest.loader._FailedTest) ... ERROR test_svgcalendar (unittest.loader._FailedTest) ... ERROR test_render_gears (unittest.loader._FailedTest) ... ERROR test_interp_att_g (unittest.loader._FailedTest) ... ERROR test_grid_polar (unittest.loader._FailedTest) ... ERROR base (unittest.loader._FailedTest) ... ERROR test_chardataeffect (unittest.loader._FailedTest) ... ERROR test_render_barcode (unittest.loader._FailedTest) ... ERROR test_scour (unittest.loader._FailedTest) ... ERROR test_color_randomize (unittest.loader._FailedTest) ... ERROR test_extractimage (unittest.loader._FailedTest) ... ERROR test_printing_marks (unittest.loader._FailedTest) ... ERROR test_barcode_all (unittest.loader._FailedTest) ... ERROR test_draw_from_triangle (unittest.loader._FailedTest) ... ERROR test_inkex_svg (unittest.loader._FailedTest) ... ERROR test_restack (unittest.loader._FailedTest) ... ERROR test_perspective (unittest.loader._FailedTest) ... ERROR test_measure (unittest.loader._FailedTest) ... ERROR test_gimp_xcf (unittest.loader._FailedTest) ... ERROR test_straightseg (unittest.loader._FailedTest) ... ERROR test_inkex_styles (unittest.loader._FailedTest) ... ERROR test_coloreffect (unittest.loader._FailedTest) ... ERROR test_jitternodes (unittest.loader._FailedTest) ... ERROR test_interp (unittest.loader._FailedTest) ... ERROR test_inkex_base (unittest.loader._FailedTest) ... ERROR test_spirograph (unittest.loader._FailedTest) ... ERROR test_extrude (unittest.loader._FailedTest) ... ERROR test_whirl (unittest.loader._FailedTest) ... ERROR test_inkex_transforms (unittest.loader._FailedTest) ... ERROR test_hpgl_output (unittest.loader._FailedTest) ... ERROR test_inkwebeffect (unittest.loader._FailedTest) ... ERROR test_text_titlecase (unittest.loader._FailedTest) ... ERROR test_flatten (unittest.loader._FailedTest) ... ERROR test_media_zip (unittest.loader._FailedTest) ... ERROR test_dxf_outlines (unittest.loader._FailedTest) ... ERROR test_guides_creator (unittest.loader._FailedTest) ... ERROR test_lindenmayer (unittest.loader._FailedTest) ... ERROR test_grid_cartesian (unittest.loader._FailedTest) ... ERROR test_lorem_ipsum (unittest.loader._FailedTest) ... ERROR test_triangle (unittest.loader._FailedTest) ... ERROR test_motion (unittest.loader._FailedTest) ... ERROR test_rtree (unittest.loader._FailedTest) ... ERROR test_eqtexsvg (unittest.loader._FailedTest) ... ERROR test_inkex_elements (unittest.loader._FailedTest) ... ERROR test_addnodes (unittest.loader._FailedTest) ... ERROR test_inkex_colors (unittest.loader._FailedTest) ... ERROR test_dots (unittest.loader._FailedTest) ... ERROR test_frame (unittest.loader._FailedTest) ... ERROR test_text_lowercase (unittest.loader._FailedTest) ... ERROR test_perfectboundcover (unittest.loader._FailedTest) ... ERROR test_fractalize (unittest.loader._FailedTest) ... ERROR test_markers_strokepaint (unittest.loader._FailedTest) ... ERROR test_inkex_paths (unittest.loader._FailedTest) ... ERROR test_coverage (unittest.loader._FailedTest) ... ERROR test_edge3d (unittest.loader._FailedTest) ... ERROR test_funcplot (unittest.loader._FailedTest) ... ERROR test_embedimage (unittest.loader._FailedTest) ... ERROR test_render_alphabetsoup (unittest.loader._FailedTest) ... ERROR test_tar_layers (unittest.loader._FailedTest) ... ERROR test_inkex_units (unittest.loader._FailedTest) ... ERROR test_summersnight (unittest.loader._FailedTest) ... ERROR test_inkex_utils (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: test_text_uppercase (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_text_uppercase Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_text_uppercase.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_polyhedron_3d (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_polyhedron_3d Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_polyhedron_3d.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_pathmodifier (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_pathmodifier Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_pathmodifier.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_foldablebox (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_foldablebox Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_foldablebox.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_handles (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_handles Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_handles.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_svgcalendar (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_svgcalendar Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_svgcalendar.py", line 5, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_render_gears (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_render_gears Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_render_gears.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_interp_att_g (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_interp_att_g Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_interp_att_g.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_grid_polar (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_grid_polar Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_grid_polar.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: base (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: base Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_chardataeffect (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_chardataeffect Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_chardataeffect.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_render_barcode (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_render_barcode Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_render_barcode.py", line 22, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_scour (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_scour Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_scour.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_color_randomize (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_color_randomize Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_color_randomize.py", line 6, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_extractimage (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_extractimage Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_extractimage.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_printing_marks (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_printing_marks Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_printing_marks.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_barcode_all (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_barcode_all Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_barcode_all.py", line 23, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_draw_from_triangle (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_draw_from_triangle Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_draw_from_triangle.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_svg (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_svg Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_svg.py", line 23, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_restack (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_restack Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_restack.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_perspective (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_perspective Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_perspective.py", line 9, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_measure (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_measure Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_measure.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_gimp_xcf (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_gimp_xcf Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_gimp_xcf.py", line 8, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_straightseg (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_straightseg Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_straightseg.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_styles (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_styles Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_styles.py", line 6, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_coloreffect (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_coloreffect Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_coloreffect.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_jitternodes (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_jitternodes Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_jitternodes.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_interp (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_interp Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_interp.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_base (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_base Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_base.py", line 8, in from tests.base import TestCase, test_support, StdRedirect File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_spirograph (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_spirograph Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_spirograph.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_extrude (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_extrude Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_extrude.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_whirl (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_whirl Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_whirl.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_transforms (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_transforms Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_transforms.py", line 6, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_hpgl_output (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_hpgl_output Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_hpgl_output.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkwebeffect (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkwebeffect Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkwebeffect.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_text_titlecase (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_text_titlecase Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_text_titlecase.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_flatten (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_flatten Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_flatten.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_media_zip (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_media_zip Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_media_zip.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_dxf_outlines (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_dxf_outlines Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_dxf_outlines.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_guides_creator (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_guides_creator Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_guides_creator.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_lindenmayer (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_lindenmayer Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_lindenmayer.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_grid_cartesian (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_grid_cartesian Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_grid_cartesian.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_lorem_ipsum (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_lorem_ipsum Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_lorem_ipsum.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_triangle (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_triangle Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_triangle.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_motion (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_motion Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_motion.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_rtree (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_rtree Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_rtree.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_eqtexsvg (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_eqtexsvg Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_eqtexsvg.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_elements (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_elements Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_elements.py", line 7, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_addnodes (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_addnodes Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_addnodes.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_colors (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_colors Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_colors.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_dots (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_dots Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_dots.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_frame (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_frame Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_frame.py", line 22, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_text_lowercase (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_text_lowercase Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_text_lowercase.py", line 4, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_perfectboundcover (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_perfectboundcover Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_perfectboundcover.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_fractalize (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_fractalize Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_fractalize.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_markers_strokepaint (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_markers_strokepaint Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_markers_strokepaint.py", line 8, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_paths (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_paths Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_paths.py", line 8, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_coverage (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_coverage Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_coverage.py", line 29, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_edge3d (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_edge3d Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_edge3d.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_funcplot (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_funcplot Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_funcplot.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_embedimage (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_embedimage Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_embedimage.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_render_alphabetsoup (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_render_alphabetsoup Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_render_alphabetsoup.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_tar_layers (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_tar_layers Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_tar_layers.py", line 3, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_units (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_units Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_units.py", line 10, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_summersnight (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_summersnight Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_summersnight.py", line 8, in from tests.base import TestCase, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ====================================================================== ERROR: test_inkex_utils (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_inkex_utils Traceback (most recent call last): File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 36, in from test import test_support ImportError: cannot import name 'test_support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/test_inkex_utils.py", line 10, in from tests.base import TestCase, StdRedirect, test_support File "/home/shlomif/Download/unpack/graphics/inkscape/extensions/tests/base/__init__.py", line 39, in from test import support as test_support ImportError: cannot import name 'support' ---------------------------------------------------------------------- Ran 66 tests in 0.009s FAILED (errors=66) Test failed: error: Test failed: