Taragolis commented on code in PR #38974:
URL: https://github.com/apache/airflow/pull/38974#discussion_r1563202905
##########
tests/conftest.py:
##########
@@ -1145,6 +1145,17 @@ def reset_logging_config():
logging.config.dictConfig(logging_config)
[email protected](scope="session", autouse=True)
Review Comment:
```suggestion
@pytest.fixture(scope="module", autouse=True)
```
Suggestion, to do it once per module. We potentially overload logger during
the tests runs, at least a saw side effects of that but can't find where it
happen.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]