httpretty has been breaking a lot of OpenStack projects lately with those releases that hang on 3.4. I just removed it entirely from my project and I think others are doing the same. Using mock directly is great and mostly what we switched to, but there were also a few cases where httpretty's idea was what we wanted, so requests-mock took its place: http://www.jamielennox.net/blog/2014/08/26/requests-mock/
Comment
httpretty has been breaking a lot of OpenStack projects lately with those releases that hang on 3.4. I just removed it entirely from my project and I think others are doing the same. Using mock directly is great and mostly what we switched to, but there were also a few cases where httpretty's idea was what we wanted, so requests-mock took its place: http://www.jamielennox.net/blog/2014/08/26/requests-mock/