We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8d1e2 commit af0f6fdCopy full SHA for af0f6fd
.evergreen/run-tests.sh
@@ -106,6 +106,8 @@ if [ -n "$TEST_ENCRYPTION" ]; then
106
107
git clone --branch master [email protected]:mongodb/libmongocrypt.git libmongocrypt_git
108
$PYTHON -m pip install --upgrade ./libmongocrypt_git/bindings/python
109
+ # TODO: use a virtualenv
110
+ trap "$PYTHON -m pip uninstall -y pymongocrypt" EXIT HUP
111
$PYTHON -c "import pymongocrypt; print('pymongocrypt version: '+pymongocrypt.__version__)"
112
$PYTHON -c "import pymongocrypt; print('libmongocrypt version: '+pymongocrypt.libmongocrypt_version())"
113
# PATH is set by PREPARE_SHELL.
0 commit comments