gabrielfalcao/HTTPretty

httpretty.errors.UnmockedError: Failed to socket.setblocking because because a real socket does not exist

AltafHussain4748 opened this issue · 1 comments

I am using moto a python library to mock aws services. On my local everything works fine but on teamcity I get the error

httpretty.errors.UnmockedError: Failed to socket.setblocking because because a real socket does not exist

I am usning httpretty==1.1.4 with python3.8.

same issue on macOS Monterey