You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of urllib3 isn't compatible with httppretty and causing the following errors
E httpretty.errors.UnmockedError: Failed to socket.shutdown because because a real socket does not exist
E
E Tip: You could try setting (allow_net_connect=True) to allow unregistered requests through a real TCP connection in addition to (verbose=True) to debug the issue.
Description
The new version of urllib3 isn't compatible with httppretty and causing the following errors
More details: gabrielfalcao/HTTPretty#484
The text was updated successfully, but these errors were encountered: