PYTHON-4614 Do not test PyPy with OpenSSL 1.0.2 (#1777)
This commit is contained in:
parent
6934611879
commit
b14420a9df
@ -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/
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -67,7 +67,6 @@ createvirtualenv () {
|
||||
|
||||
export PIP_QUIET=1
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade hatch
|
||||
}
|
||||
|
||||
# Usage:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user