We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ccf9d commit e8975a8Copy full SHA for e8975a8
.github/workflows/test-python.yml
@@ -61,6 +61,7 @@ jobs:
61
python -m pip install -U pip==23.0.1
62
python -m pip install mypy==0.990 tomli==2.0.1 typed-ast==1.5.4 typing-extensions==4.5.0
63
python -m pip install -e ".[zstd, encryption, ocsp]"
64
+ python -m pip uninstall -y pymongo
65
python -m pip freeze
66
- name: Run mypy
67
run: |
MANIFEST.in
@@ -12,5 +12,7 @@ include tools/README.rst
12
recursive-include test *.pem
13
recursive-include test *.py
14
recursive-include bson *.h
15
-global-include *.pyi
16
-global-include *.typed
+recursive-include bson *.pyi
+recursive-include bson *.typed
17
+recursive-include gridfs *.typed
18
+recursive-include pymongo *.typed
0 commit comments