Skip to content

Commit 1e6147b

Browse files
authored
PYTHON-4355 Remove extra imports for Green Framework tests (#1582)
1 parent cbff329 commit 1e6147b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.evergreen/run-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,6 @@ if [ -n "$COVERAGE" ] && [ "$PYTHON_IMPL" = "CPython" ]; then
254254
fi
255255

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

0 commit comments

Comments
 (0)