gabrielfalcao / HTTPretty

Intercept HTTP requests at the Python socket level. Fakes the whole socket module

Home Page:https://httpretty.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AltafHussain4748 opened this issue · 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