Description of problem: Currently python-requests 2.10.0 package is available, however 2.11.0 should be as in upper-constraints: https://github.com/openstack/requirements/blob/stable/newton/upper-constraints.txt#L328 Without this package at least python-novaclient unit test fails: novaclient.tests.unit.test_client.ClientTest.test_client_with_timeout --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "novaclient/tests/unit/test_client.py", line 60, in test_client_with_timeout instance.authenticate() File "novaclient/client.py", line 612, in authenticate auth_url = self._v1_auth(auth_url) File "novaclient/client.py", line 648, in _v1_auth resp, body = self._time_request(url, 'GET', headers=headers) File "novaclient/client.py", line 431, in _time_request resp, body = self.request(url, method, **kwargs) File "novaclient/client.py", line 404, in request if resp.text: File "/home/migi/Desktop/Development/Upstream/python-novaclient/.tox/py27/lib/python2.7/site-packages/requests/models.py", line 796, in text if not self.content: File "/home/migi/Desktop/Development/Upstream/python-novaclient/.tox/py27/lib/python2.7/site-packages/requests/models.py", line 772, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes() File "/home/migi/Desktop/Development/Upstream/python-novaclient/.tox/py27/lib/python2.7/site-packages/requests/models.py", line 705, in generate chunk = self.raw.read(chunk_size) AttributeError: 'NoneType' object has no attribute 'read'
Version should be 2.11.1 as in upper-constraints (not as I wrote in previous comment 2.11.0).
python-requests-2.11.1-1.el7 python-urllib3-1.16-1.el7 built in CBS Koji and available for testing in common-pending CBS repository: http://cbs.centos.org/repos/cloud7-openstack-common-pending/x86_64/os/
This was upgraded, closing.