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@users.noreply.github.com>2021-04-26 23:50:10 +0300
committerGitHub <noreply@github.com>2021-04-26 23:50:10 +0300
commitc06e40dbefadb95c3441af444c552926c5f6c5dd (patch)
tree7f819db41cc195a130c2561725ccf85369046cd8 /tox.ini
parent32247b3c89cb44b87f764a21e6deda9168431dec (diff)
Update certbot-auto modification checks (#8805)
* revert changes to letsencrypt-auto-source/le-auto * update modification tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index ada7002da..90aecc1b3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
[tox]
skipsdist = true
-envlist = modification,py3-cover,lint,mypy
+envlist = py3-cover,lint,mypy
[base]
# pip installs the requested packages in editable mode
@@ -182,12 +182,9 @@ commands =
{[base]pip_install} acme certbot certbot-apache certbot-nginx
python certbot-compatibility-test/nginx/roundtrip.py certbot-compatibility-test/nginx/nginx-roundtrip-testdata
-# This is a duplication of the command line in testenv:le_auto to
-# allow users to run the modification check by running `tox`
[testenv:modification]
commands =
python {toxinidir}/tests/modification-check.py
-passenv = TARGET_BRANCH
[testenv:apache_compat]
commands =