Skip to content

Commit b14420a

Browse files
authored
PYTHON-4614 Do not test PyPy with OpenSSL 1.0.2 (mongodb#1777)
1 parent 6934611 commit b14420a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.evergreen/combine-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
createvirtualenv "$PYTHON_BINARY" covenv
1616
# Keep in sync with run-tests.sh
1717
# coverage >=5 is needed for relative_files=true.
18-
pip install -q "coverage>=5,<=7.5"
18+
pip install -q "coverage[toml]>=5,<=7.5"
1919

2020
pip list
2121
ls -la coverage/

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ buildvariants:
28542854
matrix_spec:
28552855
platform: rhel7
28562856
# Python 3.10+ requires OpenSSL 1.1.1+
2857-
python-version: ["3.8", "3.9", "pypy3.9", "pypy3.10"]
2857+
python-version: ["3.8", "3.9"]
28582858
auth-ssl: "*"
28592859
display_name: "OpenSSL 1.0.2 ${python-version} ${platform} ${auth-ssl}"
28602860
tasks:

.evergreen/utils.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ createvirtualenv () {
6767

6868
export PIP_QUIET=1
6969
python -m pip install --upgrade pip
70-
python -m pip install --upgrade hatch
7170
}
7271

7372
# Usage:

0 commit comments

Comments
 (0)