ihji commented on pull request #13419: URL: https://github.com/apache/beam/pull/13419#issuecomment-733457541
> > > I wanted try the other solution before merging this. > > > > > > What other solution do you have in mind? > > I agree that it is kind of awkward to have runner tests in the Python module, but I don't know of a better place to put them currently, since these tests inherently need dependencies from across SDKs and runners. > > 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. Alternative fix: https://github.com/apache/beam/pull/13425 ---------------------------------------------------------------- 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]
