Skip to content

Commit

Permalink
remove debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 3, 2024
1 parent 6f61332 commit c956b8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stimuli/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from typing import TYPE_CHECKING

from stimuli import set_log_level
from stimuli.utils.logs import logger

if TYPE_CHECKING:
Expand All @@ -21,5 +20,4 @@ def pytest_configure(config: pytest.Config) -> None:
if warning_line and not warning_line.startswith("#"):
config.addinivalue_line("filterwarnings", warning_line)
# setup logging
set_log_level("DEBUG")
logger.propagate = True

0 comments on commit c956b8c

Please sign in to comment.