Ubuntu Pastebin

Paste from xnox at Tue, 8 Dec 2015 15:25:07 +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
$ python3.5 setup.py test
/usr/lib/python3/dist-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.17.7.dev' to '0.17.7.dev0'
  normalized_version,
running test
running egg_info
writing dependency_links to checkbox.egg-info/dependency_links.txt
writing checkbox.egg-info/PKG-INFO
writing entry points to checkbox.egg-info/entry_points.txt
writing top-level names to checkbox.egg-info/top_level.txt
reading manifest file 'checkbox.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'checkbox.egg-info/SOURCES.txt'
running build_ext
dbus (unittest.loader._FailedTest) ... ERROR
test_generic (heuristics.tests.test_udisks2.TestIsMemoryCard) ... ok
...

======================================================================
ERROR: dbus (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: dbus
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
    package = 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/xnox/canonical/checkbox-0.18/checkbox-old/checkbox/dbus/__init__.py", line 29, in <module>
    from dbus import SystemBus
ImportError: cannot import name 'SystemBus'


----------------------------------------------------------------------
Ran 159 tests in 11.437s

FAILED (errors=1)




======================== YET!!!! ========================




$ python3.5 -m unittest -v
test_generic (checkbox.heuristics.tests.test_udisks2.TestIsMemoryCard) ... ok
...
----------------------------------------------------------------------
Ran 158 tests in 11.187s

OK
Download as text