[stable-2.14] ansible-test - Update PyPI test container to 3.1.0 (#83432). (#83443)

(cherry picked from commit 5af5b4b6c8)
pull/83526/head
Matt Clay 6 months ago committed by GitHub
parent 6a89f9b0b2
commit 57fad4be34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Update ``pypi-test-container`` to version 3.1.0.

@ -76,7 +76,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.1.0'
port = 3141
run_support_container(

Loading…
Cancel
Save