potiuk commented on code in PR #39513:
URL: https://github.com/apache/airflow/pull/39513#discussion_r1595993438


##########
tests/conftest.py:
##########
@@ -324,7 +326,11 @@ def initial_db_init():
     from airflow.www.extensions.init_appbuilder import init_appbuilder
     from airflow.www.extensions.init_auth_manager import get_auth_manager
 
-    db.resetdb(use_migration_files=True)
+    airflow_version = Version(version("apache-airflow"))

Review Comment:
   I will refactor it to use test utils AIRFLOW_V_2_10_PLUS



-- 
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

Reply via email to