From 606df211ba9167b787e2c5b8f651df539808e8af Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 12 Feb 2020 07:51:52 +0100 Subject: [PATCH] Since retries are now elsewhere, don't retry here. --- templates/tox.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 490638e..f673ec1 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -16,7 +16,6 @@ deps = next: git+https://github.com/ansible/ansible.git@devel docker molecule -install_command = pip install --retries 10 {packages} commands = molecule test setenv = TOX_ENVNAME={envname}