Skip to content

Commit 99022f4

Browse files
authored
PYTHON-5015 Test with stable pymongo (#991)
1 parent c15c6f0 commit 99022f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bindings/python/.evergreen/integ-test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export PATH=$CRYPT_SHARED_DIR:$MONGODB_BINARIES:$PATH
4444
export TEST_CRYPT_SHARED="1"
4545
pytest --maxfail=10 -v -m encryption
4646

47+
# Now test with stable pymongo.
48+
pip uninstall -y pymongo
49+
pip install pymongo
50+
pytest --maxfail=10 -v -m encryption
51+
4752
popd
4853
deactivate
4954
rm -rf .venv

0 commit comments

Comments
 (0)