Captricity / mocurly

Mocurly is a library that mocks the recurly python client
MIT License
8 stars 6 forks source link

Fix compatibility with later versions of httpretty #13

Closed yorinasub17 closed 5 years ago

yorinasub17 commented 6 years ago

Recent versions of httpretty delegate the fake response generation to a thread. This breaks the timeout functionality to simulate ssl.SSLError. Either patch upstream, or figure out another way to simulate a timeout.