Skip to content

Commit 474420b

Browse files
authored
PYTHON-3085 Audit consistent and correct types for _DocumentOut (#893)
1 parent 9ada654 commit 474420b

25 files changed

+495
-170
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ tasks:
17261726
vars:
17271727
VERSION: "latest"
17281728
TOPOLOGY: "server"
1729-
PYTHON_BINARY: "/opt/mongodbtoolchain/v2/bin/python3"
1729+
PYTHON_BINARY: "/opt/mongodbtoolchain/v3/bin/python3"
17301730
- func: "run tests"
17311731
# }}}
17321732
- name: "coverage-report"

.github/workflows/test-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: Run mypy
6565
run: |
6666
mypy --install-types --non-interactive bson gridfs tools pymongo
67+
# Test overshadowed codec_options.py file
68+
mypy --install-types --non-interactive bson/codec_options.py
6769
mypy --install-types --non-interactive --disable-error-code var-annotated --disable-error-code attr-defined --disable-error-code union-attr --disable-error-code assignment --disable-error-code no-redef --disable-error-code index --allow-redefinition --allow-untyped-globals --exclude "test/mypy_fails/*.*" test
6870
6971
linkcheck:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ is incompatible with PyMongo.
8888
Dependencies
8989
============
9090

91-
PyMongo supports CPython 3.6+ and PyPy3.6+.
91+
PyMongo supports CPython 3.6.2+ and PyPy3.6+.
9292

9393
Optional dependencies:
9494

0 commit comments

Comments
 (0)