Ubuntu Pastebin

Paste from sergiusens at Wed, 27 Jan 2016 20:19:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
./runtests.sh unit
.........................................................E......E............................................................................................................................................EEEEE...........................................
======================================================================
ERROR: snapcraft.tests.test_config (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_config
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_config.py", line 22, in <module>
    from mock import patch
ImportError: No module named 'mock'


======================================================================
ERROR: snapcraft.tests.test_main (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_main
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_main.py", line 17, in <module>
    import mock
ImportError: No module named 'mock'


======================================================================
ERROR: snapcraft.tests.test_storeapi_channels (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_storeapi_channels
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_storeapi_channels.py", line 21, in <module>
    from mock import patch
ImportError: No module named 'mock'


======================================================================
ERROR: snapcraft.tests.test_storeapi_common (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_storeapi_common
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_storeapi_common.py", line 19, in <module>
    import responses
ImportError: No module named 'responses'


======================================================================
ERROR: snapcraft.tests.test_storeapi_info (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_storeapi_info
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_storeapi_info.py", line 20, in <module>
    from mock import patch
ImportError: No module named 'mock'


======================================================================
ERROR: snapcraft.tests.test_storeapi_login (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_storeapi_login
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_storeapi_login.py", line 21, in <module>
    from mock import patch
ImportError: No module named 'mock'


======================================================================
ERROR: snapcraft.tests.test_storeapi_upload (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft.tests.test_storeapi_upload
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_storeapi_upload.py", line 22, in <module>
    from mock import ANY, call, patch
ImportError: No module named 'mock'
Download as text