sarutak commented on a change in pull request #7128: [AIRFLOW-6529] 
Serialization error occurs when the scheduler tries to run on macOS.
URL: https://github.com/apache/airflow/pull/7128#discussion_r365248088
 
 

 ##########
 File path: tests/utils/test_dag_processing.py
 ##########
 @@ -168,6 +169,7 @@ def 
test_set_file_paths_when_processor_file_path_is_in_new_file_paths(self):
             processor_factory=MagicMock().return_value,
             processor_timeout=timedelta.max,
             signal_conn=MagicMock(),
+            pickle_dags=True,
 
 Review comment:
   OK, I'll replace those change with `False`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to