jayvdb added a comment. In https://phabricator.wikimedia.org/T104761#1426374, @jayvdb wrote:
> And another, but this one looks quite different to the other two: > > ====================================================================== > ERROR: testInternetArchiveNewest (tests.weblib_tests.TestInternetArchive) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/home/travis/virtualenv/python3.5-dev/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", > line 372, in _make_request > httplib_response = conn.getresponse(buffering=True) > TypeError: getresponse() got an unexpected keyword argument 'buffering' > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/home/travis/virtualenv/python3.5-dev/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", > line 374, in _make_request > httplib_response = conn.getresponse() > File "/opt/python/3.5-dev/lib/python3.5/http/client.py", line 1174, in > getresponse > response.begin() > File "/opt/python/3.5-dev/lib/python3.5/http/client.py", line 282, in > begin > version, status, reason = self._read_status() > File "/opt/python/3.5-dev/lib/python3.5/http/client.py", line 243, in > _read_status > line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") > File "/opt/python/3.5-dev/lib/python3.5/socket.py", line 571, in readinto > return self._sock.recv_into(b) > File "/opt/python/3.5-dev/lib/python3.5/ssl.py", line 924, in recv_into > return self.read(nbytes, buffer) > File "/opt/python/3.5-dev/lib/python3.5/ssl.py", line 786, in read > return self._sslobj.read(len, buffer) > File "/opt/python/3.5-dev/lib/python3.5/ssl.py", line 570, in read > v = self._sslobj.read(len, buffer) > socket.timeout: The read operation timed out > > During handling of the above exception, another exception occurred: > > ... > > > https://travis-ci.org/wikimedia/pywikibot-core/jobs/69526733#L2843 This one was raised upstream by @xZise, where it was closed as unfixable, which isnt strictly true, but anyway it is quite effectively declined. https://github.com/shazow/urllib3/issues/682 TASK DETAIL https://phabricator.wikimedia.org/T104761 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: VcamX, jayvdb Cc: gerritbot, XZise, Aklapper, jayvdb, pywikibot-bugs-list, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
