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)