google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
chore: enable reuse of socket
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.