googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
771 stars 304 forks source link

Fix issue #1441 #1446

Open gchux opened 8 months ago

gchux commented 8 months ago

Simplifying troubleshooting by capturing last seen exception to set it as the direct cause of the exceptions.TransportError

arithmetic1728 commented 8 months ago

could you add a unit test for this? thanks!