Skip to content
Snippets Groups Projects
Commit ca55758b authored by inso's avatar inso
Browse files

Disable pynotify2 in test envs

parent 426c2f7c
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,6 @@ install: ...@@ -57,8 +57,6 @@ install:
- pip install base58 - pip install base58
- pip install quamash - pip install quamash
- pip install asyncio - pip install asyncio
- pip install python-dbus
- pip install notify2
- pip install git+https://github.com/Insoleet/pretenders.git@develop - pip install git+https://github.com/Insoleet/pretenders.git@develop
- python gen_resources.py - python gen_resources.py
- python gen_translations.py - python gen_translations.py
......
...@@ -26,6 +26,7 @@ class ProcessAddCommunity(unittest.TestCase): ...@@ -26,6 +26,7 @@ class ProcessAddCommunity(unittest.TestCase):
self.identities_registry = IdentitiesRegistry() self.identities_registry = IdentitiesRegistry()
self.application = Application(self.qapplication, self.lp, self.network_manager, self.identities_registry) self.application = Application(self.qapplication, self.lp, self.network_manager, self.identities_registry)
self.application.preferences['notifications'] = False
# Salt/password : "testcutecoin/testcutecoin" # Salt/password : "testcutecoin/testcutecoin"
# Pubkey : 7Aqw6Efa9EzE7gtsc8SveLLrM7gm6NEGoywSv4FJx6pZ # Pubkey : 7Aqw6Efa9EzE7gtsc8SveLLrM7gm6NEGoywSv4FJx6pZ
self.account = Account("testcutecoin", "7Aqw6Efa9EzE7gtsc8SveLLrM7gm6NEGoywSv4FJx6pZ", self.account = Account("testcutecoin", "7Aqw6Efa9EzE7gtsc8SveLLrM7gm6NEGoywSv4FJx6pZ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment