From ccbcf26f1fa6a19a5b75635020e694661aa76df9 Mon Sep 17 00:00:00 2001 From: Vlad Gramuzov Date: Thu, 28 Nov 2024 12:44:04 +0100 Subject: [PATCH] update test workflow --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 36aa329..56973f5 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,8 @@ import logging import sys +logging.getLogger("urllib3").setLevel(logging.WARNING) + logging.basicConfig( level=logging.DEBUG, stream=sys.stdout,