claudevdm commented on code in PR #35215: URL: https://github.com/apache/beam/pull/35215#discussion_r2138152470
########## sdks/python/apache_beam/internal/gcp/auth_test.py: ########## @@ -25,6 +25,7 @@ try: import google.auth as gauth + import google_auth_httplib2 # pylint: disable=unused-import Review Comment: The language connector (used in tests to connect to cloudsql for setting up tables) installs google.auth implicitly but not google_auth_httplib2, so this test is not skipped (although it should be unless both of these libraries are installed). -- 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]
