ahmedabu98 commented on code in PR #29834:
URL: https://github.com/apache/beam/pull/29834#discussion_r1482176362


##########
sdks/python/apache_beam/transforms/external_transform_provider_test.py:
##########
@@ -407,7 +432,8 @@ def test_run_pipeline_with_script_generated_transform(self):
 
     with open(self.service_config_path, 'w') as f:
       yaml.dump([expansion_service_config], f)
-    generate_transforms_config(self.service_config_path, 
self.transform_config_path)
+    generate_transforms_config(

Review Comment:
   Added an option to not run yapf during tests.
   Added an option to the xlang test utilities to supply additional 
dependencies. We will instead install jinja2 as an additional dependency
   
   end result is we can remove jinja and yapf from apache_beam test dependencies



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to