Ken McDonell <kenj@xxxxxxxxxxxxxxxx> writes:
> qa/662 this time (pmwebd testing from python test code) with a variety
> of fatal Python exceptions. [...]
> Traceback (most recent call last):
> File
> "/usr/lib64/python3.4/site-packages/requests/packages/urllib3/connectionpool.py",
> line 376, 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:
This is a problem in a system python libraries, which must have
changed version on your VMs. I guess the 662 test case
(src/test_webapi.py) could do some sort of smoke test to see if
the requests module is at all alive. Or just ignore this and
file a bug report with your distro.
- FChE
|