From b8483adb3379c58decf3c54a7d8042101d0d673e Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Sun, 19 May 2024 12:35:44 -0700 Subject: [PATCH] ansible-test - Update pypi-test-container (#83273) --- .../fragments/ansible-test-pypi-test-container-update.yml | 2 ++ test/lib/ansible_test/_internal/pypi_proxy.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/ansible-test-pypi-test-container-update.yml diff --git a/changelogs/fragments/ansible-test-pypi-test-container-update.yml b/changelogs/fragments/ansible-test-pypi-test-container-update.yml new file mode 100644 index 00000000000..67be470e43c --- /dev/null +++ b/changelogs/fragments/ansible-test-pypi-test-container-update.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Update ``pypi-test-container`` to version 3.0.0. diff --git a/test/lib/ansible_test/_internal/pypi_proxy.py b/test/lib/ansible_test/_internal/pypi_proxy.py index d119efa1ec2..2fb01e31373 100644 --- a/test/lib/ansible_test/_internal/pypi_proxy.py +++ b/test/lib/ansible_test/_internal/pypi_proxy.py @@ -69,7 +69,7 @@ def run_pypi_proxy(args: EnvironmentConfig, targets_use_pypi: bool) -> None: display.warning('Unable to use the PyPI proxy because Docker is not available. Installation of packages using `pip` may fail.') return - image = 'quay.io/ansible/pypi-test-container:2.0.0' + image = 'quay.io/ansible/pypi-test-container:3.0.0' port = 3141 run_support_container(