HTTPretty
HTTPretty copied to clipboard
HTTPretty breaks paramiko
I thought that the work you had done last week should make it so that HTTPretty no longer breaks things like this. Feel free to just close this if it just isn't supposed to be supported at this time.
[' File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 524, in __bootstrap\n self.__bootstrap_inner()\n', '
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 551, in __bootstrap_inner\n self.run()\n', '
File "../lib/python2.7/site-packages/paramiko/transport.py", line 1554, in run\n self.packetizer.write_all(self.local_version + \'\\r\\n\')\n', '
File "../lib/python2.7/site-packages/paramiko/packet.py", line 248, in write_all\n n = self.__socket.send(out)\n', '
File "/usr/local/lib/python2.7/site-packages/httpretty/__init__.py", line 347, in debug\n lines = map(utf8, traceback.format_stack(frame))\n']