ansible-test - Update PyPI test container to 3.1.0 (#83432)

pull/81520/head
Matt Clay 5 months ago committed by GitHub
parent 738180d240
commit 5af5b4b6c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -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:3.0.0'
image = 'quay.io/ansible/pypi-test-container:3.1.0'
port = 3141
run_support_container(

Loading…
Cancel
Save