Skip to content

Commit

Permalink
Remove final jessie references outside of cb-auto. (certbot#8194)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw authored Aug 7, 2020
1 parent a677534 commit 8574313
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
2 changes: 0 additions & 2 deletions .azure-pipelines/templates/jobs/extended-tests-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
ACME_SERVER: boulder-v2
nginx-compat:
TOXENV: nginx_compat
le-auto-jessie:
TOXENV: le_auto_jessie
le-auto-centos6:
TOXENV: le_auto_centos6
le-auto-oraclelinux6:
Expand Down
35 changes: 0 additions & 35 deletions letsencrypt-auto-source/Dockerfile.jessie

This file was deleted.

2 changes: 1 addition & 1 deletion letsencrypt-auto-source/rebuild_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# certbot-auto failures on Python 3.6+ which enum34 doesn't support. See #5456.
'enum34': '1.1.10; python_version < \'3.4\'',
# Cryptography 2.9+ drops support for OpenSSL 1.0.1, but we still want to support it
# for officially supported non-x86_64 ancient distributions like RHEL 6 or Debian 8.
# for officially supported non-x86_64 ancient distributions like RHEL 6.
'cryptography': '2.8',
# Parsedatetime 2.6 is broken on Python 2.7, see https://github.com/bear/parsedatetime/issues/246
'parsedatetime': '2.5',
Expand Down
10 changes: 0 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,6 @@ passenv =
DOCKER_*
TARGET_BRANCH

[testenv:le_auto_jessie]
# At the moment, this tests under Python 2.7 only, as only that version is
# readily available on the Wheezy Docker image.
commands =
docker build -f letsencrypt-auto-source/Dockerfile.jessie -t lea letsencrypt-auto-source
docker run --rm -t lea
whitelist_externals =
docker
passenv = DOCKER_*

[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.
Expand Down

0 comments on commit 8574313

Please sign in to comment.