gopidesupavan commented on code in PR #54577: URL: https://github.com/apache/airflow/pull/54577#discussion_r2280600015
########## devel-common/src/tests_common/pytest_plugin.py: ########## @@ -2583,3 +2583,13 @@ def _import_timezone(): except ModuleNotFoundError: from airflow.utils import timezone return timezone + + +@pytest.fixture +def create_dag_without_db(): Review Comment: Created simple one, it more dag args options can be used later and be extended. With this approach we can probably eliminate usage db in notifiers tests , will take a look -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org