ibzib commented on pull request #13419: URL: https://github.com/apache/beam/pull/13419#issuecomment-733386643
> It looks like the root cause is that we don't have python build.gradle in google3. I'm trying to skip createCrossLanguageValidatesRunnerTask if :sdks:python subproject doesn't exist. It's okay since we don't use that task in google3. That would probably work, but I'm not sure it's the best solution. I prefer moving the tests to `dataflow/common.gradle` because that way all of the tests that depend on both the Dataflow runner and Python are in the same place. Also note that `dataflow/common.gradle` already transitively depends on the Java SDK, so this PR is only removing dependencies through consolidation. ---------------------------------------------------------------- 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]
