kaxil commented on a change in pull request #7639: [AIRFLOW-7000] Allow passing 
in env var JSON dict in task_test
URL: https://github.com/apache/airflow/pull/7639#discussion_r389978433
 
 

 ##########
 File path: airflow/cli/commands/task_command.py
 ##########
 @@ -320,6 +320,12 @@ def task_test(args, dag=None):
     if not already_has_stream_handler:
         logging.getLogger('airflow.task').propagate = True
 
+    env_vars = {'AIRFLOW_TEST_MODE'}
 
 Review comment:
   Why do we need `AIRFLOW_TEST_MODE` ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to