Change the pymongo version to match the test-requirements.txt

Change-Id: I9e77061875ddc41d7c4ec764fae028286676204d
Closes-Bugs: #1512870
This commit is contained in:
Craig Vyvial
2015-11-04 14:42:50 -06:00
parent dfa3ae91ab
commit 7e6250aa18
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@
set -e
set -o xtrace
pip-python install pymongo
pip-python install pymongo>=3.0.2,!=3.1

View File

@@ -6,4 +6,4 @@
set -e
set -o xtrace
pip install pymongo
pip install pymongo>=3.0.2,!=3.1