ashb 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_r365242532
##########
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:
We should use False in all these tests, which is I think the default?
----------------------------------------------------------------
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