diff --git a/.travis.yml b/.travis.yml index 732544220f5da82d24138f956ca8653e49fe6f4f..c2bba1907b5c15bff1096903fbfb90737aa62c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,8 +57,6 @@ install: - pip install base58 - pip install quamash - pip install asyncio - - pip install python-dbus - - pip install notify2 - pip install git+https://github.com/Insoleet/pretenders.git@develop - python gen_resources.py - python gen_translations.py diff --git a/src/cutecoin/tests/process_cfg_community/test_add_community.py b/src/cutecoin/tests/process_cfg_community/test_add_community.py index 2fe1b1c43cfe7a9a1ca27480991e3f939c490cea..2a7166365c17385b9ff2707685989402a2a71110 100644 --- a/src/cutecoin/tests/process_cfg_community/test_add_community.py +++ b/src/cutecoin/tests/process_cfg_community/test_add_community.py @@ -26,6 +26,7 @@ class ProcessAddCommunity(unittest.TestCase): self.identities_registry = IdentitiesRegistry() self.application = Application(self.qapplication, self.lp, self.network_manager, self.identities_registry) + self.application.preferences['notifications'] = False # Salt/password : "testcutecoin/testcutecoin" # Pubkey : 7Aqw6Efa9EzE7gtsc8SveLLrM7gm6NEGoywSv4FJx6pZ self.account = Account("testcutecoin", "7Aqw6Efa9EzE7gtsc8SveLLrM7gm6NEGoywSv4FJx6pZ",