From c52d47b15f30d5ec6fffb5fa0a25fa677ba5937d Mon Sep 17 00:00:00 2001 From: shortcutme Date: Mon, 25 Nov 2019 14:35:31 +0100 Subject: [PATCH] Don't show notifications when testing --- src/Test/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Test/conftest.py b/src/Test/conftest.py index e86c3314..5d0b6dc0 100644 --- a/src/Test/conftest.py +++ b/src/Test/conftest.py @@ -107,6 +107,7 @@ from util import RateLimit from Db import Db from Debug import Debug +gevent.get_hub().NOT_ERROR += (Debug.Notify,) def cleanup(): Db.dbCloseAll()