$ 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