Skip to content

Commit

Permalink
Update pymongo (#9608)
Browse files Browse the repository at this point in the history
* Update pymongo

* Freeze deps

* Update license

* Fix tests
  • Loading branch information
FlorianVeaux authored Jun 28, 2021
1 parent 0f30dd4 commit c35d559
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pycryptodomex,PyPI,BSD-2-Clause,Helder Eijs
pycryptodomex,PyPI,Unlicense,Helder Eijs
pydantic,PyPI,MIT,Samuel Colvin
pyhdb,PyPI,Apache-2.0,Christoph Heer
pymongo,PyPI,Apache-2.0,Mike Dirolf
pymongo,PyPI,Apache-2.0,Bernie Hackett
pymqi,PyPI,PSF,Dariusz Suchojad
pyodbc,PyPI,MIT,Michael Kleehammer
pysmi,PyPI,BSD-3-Clause,Ilya Etingof
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pydantic==1.8.2; python_version > "3.0"
pyhdb==0.3.4
pyjwt==1.7.1; python_version < "3.0"
pyjwt==2.0.1; python_version > "3.0"
pymongo==3.9.0
pymongo==3.11.4
pymqi==1.12.0; sys_platform != "win32"
pymysql==0.9.3
pyodbc==4.0.26
Expand Down
2 changes: 1 addition & 1 deletion mongo/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymongo==3.9.0
pymongo==3.11.4
1 change: 0 additions & 1 deletion mongo/tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
'mongodb.stats.filesize',
'mongodb.stats.indexsize',
'mongodb.stats.datasize',
'mongodb.stats.numextents',
'mongodb.stats.indexes',
'mongodb.stats.objects',
]
Expand Down
7 changes: 2 additions & 5 deletions mongo/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minversion = 2.0
basepython = py38
envlist =
py{27,38}-{3.5,4.1,4.2}
py{27,38}-{3.5,4.4}

[testenv]
ensure_default_envdir = true
Expand All @@ -26,8 +26,5 @@ commands =
pytest -v {posargs}
setenv =
DDEV_SKIP_GENERIC_TAGS_CHECK=true
3.2.10: MONGO_VERSION=3.2.10
3.4: MONGO_VERSION=3.4
3.5: MONGO_VERSION=3.5
4.1: MONGO_VERSION=4.1
4.2: MONGO_VERSION=4.2
4.4: MONGO_VERSION=4.4

0 comments on commit c35d559

Please sign in to comment.