With python 3.4 wikidataquery_tests.TestApiSlowFunctions.testQueryApiGetter fails for an unexpected keyword argument 'buffering':
4011====================================================================== 4012ERROR: testQueryApiGetter (tests.wikidataquery_tests.TestApiSlowFunctions) 4013Test that we can actually retreive data and that caching works. 4014---------------------------------------------------------------------- 4015Traceback (most recent call last): 4016 File "/home/travis/virtualenv/python3.4.2/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 385, in _make_request 4017 httplib_response = conn.getresponse(buffering=True) 4018TypeError: getresponse() got an unexpected keyword argument 'buffering'
See https://travis-ci.org/wikimedia/pywikibot-core/jobs/129968372