Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ if [ -n "$COVERAGE" ] && [ "$PYTHON_IMPL" = "CPython" ]; then
fi

if [ -n "$GREEN_FRAMEWORK" ]; then
# Install all optional deps to ensure lazy imports are getting patched.
python -m pip install -q ".[aws,encryption,gssapi,ocsp,snappy,zstd]"
if [ "$OLD_PYPY" == "True" ]; then
pip install "python-snappy<0.7.0"
fi
python -m pip install $GREEN_FRAMEWORK
fi

Expand Down