File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
MONGODB_3_6 : 3.6.23
15
15
MONGODB_4_0 : 4.0.28
16
16
MONGODB_4_4 : 4.4
17
- MONGODB_5_0 : 5.0
17
+ MONGODB_5_0 : " 5.0"
18
18
19
19
PYMONGO_3_4 : 3.4
20
20
PYMONGO_3_6 : 3.6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ elif [[ "$MONGODB" == *"5.0"* ]]; then
13
13
mongo_build=mongodb-linux-x86_64-ubuntu1804-v${MONGODB} -latest
14
14
fi
15
15
16
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-v ${MONGODB} -latest
16
+ wget http://fastdl.mongodb.org/linux/$mongo_build .tgz
17
17
tar xzf $mongo_build .tgz
18
18
19
19
mongodb_dir=$( find ${PWD} / -type d -name " mongodb-linux-x86_64*" )
Original file line number Diff line number Diff line change 11
11
mg311: pymongo>=3.11,<3.12
12
12
mg312: pymongo>=3.12,<3.13
13
13
mg4: pymongo>=4.0,<4.1
14
- mg43 : pymongo>=4.3,<4.4
14
+ mg432 : pymongo>=4.3,<4.4
15
15
setenv =
16
16
PYTHON_EGG_CACHE = {envdir}/python-eggs
You can’t perform that action at this time.
0 commit comments