From c1b5cbeb51962f12a6efcee87ab62e7904b8c154 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Tue, 14 Jun 2022 16:28:45 +0200 Subject: [PATCH] logging setup changed --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index 9658ec6..ba90441 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -40,7 +40,7 @@ logging.getLogger("PIL.PngImagePlugin").setLevel(level=logging.CRITICAL + 1) logging.getLogger("waitress").setLevel(level=logging.CRITICAL + 1) -@pytest.fixture(autouse=True) +@pytest.fixture(autouse=False) def mute_logger(): logger.setLevel(logging.CRITICAL + 1)