google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

chore: enable reuse of socket

Open harkamaljot opened this issue 10 months ago • 0 comments

Currently OAuthlib has some tests that uses a port to start a local server. Port cleanup takes a long time as a result we start seeing socket in use error. So passing socket re-use flag, so that we can reuse the sockets.

harkamaljot avatar Feb 22 '25 00:02 harkamaljot