summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-08-24 13:01:04 -0400
committerGitHub <noreply@github.com>2021-08-24 13:01:04 -0400
commit70ccc2542cf3bf374861b55f6527424307722763 (patch)
treed59c33352e24625e5d1296c75bdb36f225db2e8b /.github
parenta19014a087759f3df72b2cd70ed7a0d8a6481340 (diff)
downloadcryptography-3.4.8.tar.gz
bump version and changelog for 3.4.8 (#6225)3.4.83.4.x
* bump version and changelog for 3.4.8 * add a flake8 ignore * more CI bitrot * still more * one day * ugh, twisted
Diffstat (limited to '.github')
-rwxr-xr-x.github/downstream.d/certbot.sh4
-rw-r--r--.github/workflows/ci.yml13
2 files changed, 8 insertions, 9 deletions
diff --git a/.github/downstream.d/certbot.sh b/.github/downstream.d/certbot.sh
index e2890a3a1..2479d0c25 100755
--- a/.github/downstream.d/certbot.sh
+++ b/.github/downstream.d/certbot.sh
@@ -5,8 +5,8 @@ case "${1}" in
git clone --depth=1 https://github.com/certbot/certbot
cd certbot
git rev-parse HEAD
- tools/pip_install_editable.py ./acme[dev]
- tools/pip_install_editable.py ./certbot[dev]
+ tools/pip_install_editable.py ./acme[test]
+ tools/pip_install_editable.py ./certbot[test]
;;
run)
cd certbot
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cd967a3a0..a7dd7e0e6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
- {VERSION: "3.9", TOXENV: "flake,rust,docs", COVERAGE: "false"}
- {VERSION: "pypy3", TOXENV: "pypy3"}
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.0l"}}
- - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1i"}}
- - {VERSION: "3.9", TOXENV: "py39-ssh", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1i"}}
- - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1i", CONFIG_FLAGS: "no-engine no-rc2 no-srtp no-ct"}}
+ - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1l"}}
+ - {VERSION: "3.9", TOXENV: "py39-ssh", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1l"}}
+ - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1l", CONFIG_FLAGS: "no-engine no-rc2 no-srtp no-ct"}}
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "2.9.2"}}
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.0.2"}}
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.1.5"}}
@@ -107,10 +107,10 @@ jobs:
- {IMAGE: "sid", TOXENV: "py39"}
- {IMAGE: "ubuntu-bionic", TOXENV: "py36"}
- {IMAGE: "ubuntu-focal", TOXENV: "py38"}
- - {IMAGE: "ubuntu-rolling", TOXENV: "py38"}
- - {IMAGE: "ubuntu-rolling", TOXENV: "py38-randomorder"}
+ - {IMAGE: "ubuntu-rolling", TOXENV: "py39"}
+ - {IMAGE: "ubuntu-rolling", TOXENV: "py39-randomorder"}
- {IMAGE: "fedora", TOXENV: "py39"}
- - {IMAGE: "alpine", TOXENV: "py38"}
+ - {IMAGE: "alpine", TOXENV: "py39"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
timeout-minutes: 30
steps:
@@ -301,7 +301,6 @@ jobs:
DOWNSTREAM:
- paramiko
- pyopenssl
- - twisted
- aws-encryption-sdk
- dynamodb-encryption-sdk
- certbot