0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-32585 Change python2 to python to fix windows tests

This commit is contained in:
Mathew Robinson 2018-01-23 16:38:27 -05:00
parent 251ac77d37
commit 4d791025f0

View File

@ -3012,7 +3012,7 @@ tasks:
set -o verbose
${activate_virtualenv}
python2 -m pip install -r src/mongo/db/modules/enterprise/jstests/encryptdb/libs/requirements.txt
python -m pip install -r src/mongo/db/modules/enterprise/jstests/encryptdb/libs/requirements.txt
- func: "run tests"
vars:
resmoke_args: --suites=ese --storageEngine=wiredTiger