core-admin/test-packages/pydbus.py
Marek Marczykowski-Górecki 0f3b4e4baa
travis: add pydbus mockup
Unfortunately, python3-gi is unavailable in travis-ci environment (and
installing it from repository doesn't help, because system python is not
used). Instead, add mockup of pydbus module - to silence ImportError.
Tests will cover it with unittest.mock anyway.
2017-08-14 02:45:52 +02:00

3 lines
34 B
Python

class SystemBus(object):
pass