TravisCI checks elasticsearch error with Python 2, ok for Python 3
My tests in travis have recently failed while connecting to elasticsearch. I have an error, for Python 2.x:
ConnectionError: ConnectionError(('Connection aborted.', ResponseNotReady())) caused by: ProtocolError(('Connection aborted.', ResponseNotReady()))
For Python 3.x (same code) it works great.
Any idea on what is going wrong? Everything was fine a while ago.
+3
source to share