nuclearpinguin commented on a change in pull request #7691: [AIRFLOW-7041] make bowler dependency local URL: https://github.com/apache/airflow/pull/7691#discussion_r390868604
########## File path: backport_packages/setup_backport_packages.py ########## @@ -143,6 +139,22 @@ def run(self): def change_import_paths_to_deprecated(): + from bowler import LN, TOKEN, BowlerTool, Capture, Filename, Query + from fissix.pytree import Leaf + + BowlerTool.IN_PROCESS = True Review comment: I think we can remove it, now we know that the problem was the `for` loop not multiprocessing ```suggestion ``` ---------------------------------------------------------------- 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
