We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d87e2 commit 8de5c59Copy full SHA for 8de5c59
.evergreen/run-tests.sh
@@ -258,7 +258,7 @@ python -c 'import sys; print(sys.version)'
258
# Only cover CPython. PyPy reports suspiciously low coverage.
259
PYTHON_IMPL=$($PYTHON -c "import platform; print(platform.python_implementation())")
260
if [ -n "$COVERAGE" ] && [ "$PYTHON_IMPL" = "CPython" ]; then
261
- python -m pip install pytest-cov
+ python -m pip install pytest-cov "coverage<7.3"
262
TEST_ARGS="$TEST_ARGS --cov pymongo --cov-branch --cov-report term-missing:skip-covered"
263
fi
264
0 commit comments