Fix pypi-test-container port conflict.

pull/73303/head
Matt Clay 5 years ago
parent c1879a5011
commit cb7f4f1971

@ -0,0 +1,3 @@
bugfixes:
- ansible-test - Avoid publishing the port used by the ``pypi-test-container`` since it is only accessed by other containers.
This avoids issues when trying to run tests in parallel on a single host.

@ -1245,7 +1245,6 @@ def run_pypi_proxy(args): # type: (EnvironmentConfig) -> t.Tuple[t.Optional[str
options = [
'--detach',
'-p', '%d:%d' % (port, port),
]
docker_pull(args, proxy_image)

Loading…
Cancel
Save