Skip to content

Commit 8de5c59

Browse files
authored
PYTHON-3987 Pin coverage for now (#1384)
1 parent 42d87e2 commit 8de5c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ python -c 'import sys; print(sys.version)'
258258
# Only cover CPython. PyPy reports suspiciously low coverage.
259259
PYTHON_IMPL=$($PYTHON -c "import platform; print(platform.python_implementation())")
260260
if [ -n "$COVERAGE" ] && [ "$PYTHON_IMPL" = "CPython" ]; then
261-
python -m pip install pytest-cov
261+
python -m pip install pytest-cov "coverage<7.3"
262262
TEST_ARGS="$TEST_ARGS --cov pymongo --cov-branch --cov-report term-missing:skip-covered"
263263
fi
264264

0 commit comments

Comments
 (0)