PYTHON-4614 Do not test PyPy with OpenSSL 1.0.2 (#1777)

This commit is contained in:
Steven Silvester 2024-08-08 15:40:18 -05:00 committed by GitHub
parent 6934611879
commit b14420a9df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@ fi
createvirtualenv "$PYTHON_BINARY" covenv
# Keep in sync with run-tests.sh
# coverage >=5 is needed for relative_files=true.
pip install -q "coverage>=5,<=7.5"
pip install -q "coverage[toml]>=5,<=7.5"
pip list
ls -la coverage/

View File

@ -2854,7 +2854,7 @@ buildvariants:
matrix_spec:
platform: rhel7
# Python 3.10+ requires OpenSSL 1.1.1+
python-version: ["3.8", "3.9", "pypy3.9", "pypy3.10"]
python-version: ["3.8", "3.9"]
auth-ssl: "*"
display_name: "OpenSSL 1.0.2 ${python-version} ${platform} ${auth-ssl}"
tasks:

View File

@ -67,7 +67,6 @@ createvirtualenv () {
export PIP_QUIET=1
python -m pip install --upgrade pip
python -m pip install --upgrade hatch
}
# Usage: