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>2020-10-21 02:25:20 +0300
committerGitHub <noreply@github.com>2020-10-21 02:25:20 +0300
commitcb916a068228e7f2e49d1edac8e096dbde2f59ee (patch)
tree972acc8c7ffd39c9aa2da79a56dd4dc25e595537 /tox.ini
parent88386e8c826921caf02cb9da468ea0e00c800d97 (diff)
Deprecate certbot-auto on Debian systems (#8354)
Fixes #8294. * Deprecate certbot-auto on Debian systems. * Add changelog entry. * Remove le_auto_xenial test. * Update certbot-auto test farm tests. * Add comments explaining expected behavior.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 4 insertions, 13 deletions
diff --git a/tox.ini b/tox.ini
index ce0db4905..9412a2349 100644
--- a/tox.ini
+++ b/tox.ini
@@ -188,27 +188,18 @@ whitelist_externals =
passenv =
DOCKER_*
-[testenv:le_auto_xenial]
-# At the moment, this tests under Python 2.7 only.
-commands =
- python {toxinidir}/tests/modification-check.py
- docker build -f letsencrypt-auto-source/Dockerfile.xenial -t lea letsencrypt-auto-source
- docker run --rm -t lea
-whitelist_externals =
- docker
-passenv =
- DOCKER_*
- TARGET_BRANCH
-
[testenv:le_auto_centos6]
# At the moment, this tests under Python 2.6 only, as only that version is
# readily available on the CentOS 6 Docker image.
commands =
+ python {toxinidir}/tests/modification-check.py
docker build -f letsencrypt-auto-source/Dockerfile.redhat6 --build-arg REDHAT_DIST_FLAVOR=centos -t lea letsencrypt-auto-source
docker run --rm -t lea
whitelist_externals =
docker
-passenv = DOCKER_*
+passenv =
+ DOCKER_*
+ TARGET_BRANCH
[testenv:le_auto_oraclelinux6]
# At the moment, this tests under Python 2.6 only, as only that version is