Hello during the packaging I get this error message for the tests

======================================================================
ERROR: spyderlib.widgets.tests.test_array_builder 
(unittest.loader.ModuleImportFailure)
----------------------------------------------------------------------
ImportError: Failed to import test module: 
spyderlib.widgets.tests.test_array_builder
Traceback (most recent call last):
  File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
    __import__(name)
  File "spyderlib/widgets/tests/test_array_builder.py", line 13, in <module>
    from pytestqt import qtbot
ImportError: No module named pytestqt


so it seems that we need to package also pytest-qt

Reply via email to