Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2021-11-23 01:19:33 +0300
committerBrad Warren <bmw@eff.org>2021-11-23 03:35:01 +0300
commitf79bd450b37c312cef0ef3ae81b37c8e4eb02b83 (patch)
tree3bda9a57f17192e60fec853ae78078932a4f35d1
parent815b5b9fedda25c8ba75ba2e0e86d3d24951d21b (diff)
no retrytest-sdists2
(cherry picked from commit feb72a947c49650d01604e01bf3d81f8aaebef06)
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 554ff5b68..d56fc870a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -274,6 +274,6 @@ setenv = {[testenv:test-farm-tests-base]setenv}
changedir = {[testenv:test-farm-tests-base]changedir}
commands =
{[testenv:test-farm-tests-base]commands}
- {toxinidir}/tools/retry.sh letstest targets/targets.yaml {env:AWS_EC2_PEM_FILE} SET_BY_ENV scripts/test_sdists.sh --repo {toxinidir}
+ letstest targets/targets.yaml {env:AWS_EC2_PEM_FILE} SET_BY_ENV scripts/test_sdists.sh --repo {toxinidir}
passenv = {[testenv:test-farm-tests-base]passenv}
setenv = {[testenv:test-farm-tests-base]setenv}