From b0fe78a9f8b5cbd06d8f889bf51d4af0a1cee62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 7 Feb 2019 15:53:36 +0100 Subject: [PATCH] fix: Disable all logging in the tests --- tests/testlive_comprehensive.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testlive_comprehensive.py b/tests/testlive_comprehensive.py index 64b1ca3..4c7e673 100644 --- a/tests/testlive_comprehensive.py +++ b/tests/testlive_comprehensive.py @@ -15,6 +15,9 @@ import json import time from uuid import uuid4 +import logging +logging.disable(logging.CRITICAL) + try: from pymisp import ExpandedPyMISP, MISPEvent, MISPOrganisation, MISPUser, Distribution, ThreatLevel, Analysis, MISPObject except ImportError: