diff options
author | Matt Clay <matt@mystile.com> | 2024-06-13 17:52:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 17:52:43 +0200 |
commit | 5af5b4b6c8697b8cdd68f9591beba16f5a1018e6 (patch) | |
tree | a526f384c9256fec29002878b1da655c1f544333 /test | |
parent | ansible-test - Fix unit test coverage collection (#83433) (diff) | |
download | ansible-5af5b4b6c8697b8cdd68f9591beba16f5a1018e6.tar.xz ansible-5af5b4b6c8697b8cdd68f9591beba16f5a1018e6.zip |
ansible-test - Update PyPI test container to 3.1.0 (#83432)
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/ansible_test/_internal/pypi_proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_internal/pypi_proxy.py b/test/lib/ansible_test/_internal/pypi_proxy.py index 2fb01e3137..1c9a9aa70b 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:3.0.0' + image = 'quay.io/ansible/pypi-test-container:3.1.0' port = 3141 run_support_container( |