You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/ansible-test-default-test-c...

3 lines
92 B
YAML

[stable-2.9] Backport default-test-container updates. (#62473) * Update default test container with Python 3.8b4 (#62100) * [stable-2.9] test: bump default-test-container VMware VSphere SDK needs an up to date version of `pip` for the installation step. With the current image, we face the following error: ``` (...) 02:27 Collecting git+https://github.com/vmware/vsphere-automation-sdk-python.git (from -r /root/ansible/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt (line 2)) 02:27 Cloning https://github.com/vmware/vsphere-automation-sdk-python.git to /tmp/pip-req-build-pm27t16b 02:33 Requirement already satisfied: pyvmomi in /usr/local/lib/python3.6/dist-packages (from -r /root/ansible/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt (line 1)) (6.7.1.2018.12) 02:33 Requirement already satisfied: lxml>=4.3.0 in /usr/local/lib/python3.6/dist-packages (from vSphere-Automation-SDK==1.4.0->-r /root/ansible/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt (line 2)) (4.4.0) 02:33 Processing ./\\localhost/tmp/pip-req-build-pm27t16b/lib/vapi-runtime/vapi_runtime-2.12.0-py2.py3-none-any.whl 02:33 Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/root/ansible/\\\\localhost/tmp/pip-req-build-pm27t16b/lib/vapi-runtime/vapi_runtime-2.12.0-py2.py3-none-any.whl' ``` Bump default-test-container to 1.9.3 to get an up to date release of `pip` (was 19.0.2, is now 19.2.3).. (cherry picked from commit b68f5b406a32c462c176c9da3c2359298e872990) Co-authored-by: Gonéri Le Bouder <goneri@lebouder.net> * Add missing changelog fragments. (#62471) * Add missing default-test-container 1.9.2 fragment. * Add missing default-test-container 1.9.3 fragment.
5 years ago
minor_changes:
- update ansible-test default-test-container from version 1.9.1 to 1.9.2