gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Use async anonymous credentials unconditionally in async tests

Open ohmayr opened this issue 1 year ago • 0 comments

asynchronous tests should use google.auth.aio.credentials.AnonymousCredentials unconditionally once the minimum supported version of google-auth is upgraded to one which exposes google.auth.aio.

As of now, async tests will either use google.auth.aio.credentials.AnonymousCredentials if available or otherwise default to google.auth.credentials.AnonymousCredentials.

ohmayr avatar Aug 26 '24 15:08 ohmayr