summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-04-26 13:27:06 -0700
committerMatt Clay <matt@mystile.com>2021-04-26 23:00:18 -0700
commit768c165a844c508882bfea7be9e5b29fa76a4779 (patch)
tree71c2d9aa579a5de1b204a030c5664ff1be3bf90a /test
parent115e5998f4edad90824de433109a88891aff5e9b (diff)
downloadansible-768c165a844c508882bfea7be9e5b29fa76a4779.tar.gz
[stable-2.10] Fix pypi-test-container port conflict.
(cherry picked from commit cb7f4f19717e91930f695fe0be5adc6cacf5162f) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'test')
-rw-r--r--test/lib/ansible_test/_internal/executor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_internal/executor.py b/test/lib/ansible_test/_internal/executor.py
index 22e3c2922c..79065ca163 100644
--- a/test/lib/ansible_test/_internal/executor.py
+++ b/test/lib/ansible_test/_internal/executor.py
@@ -1403,7 +1403,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)