Skip to content

Commit e8975a8

Browse files
committed
PYTHON-3686 Try mongodb#324
1 parent 72ccf9d commit e8975a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
python -m pip install -U pip==23.0.1
6262
python -m pip install mypy==0.990 tomli==2.0.1 typed-ast==1.5.4 typing-extensions==4.5.0
6363
python -m pip install -e ".[zstd, encryption, ocsp]"
64+
python -m pip uninstall -y pymongo
6465
python -m pip freeze
6566
- name: Run mypy
6667
run: |

MANIFEST.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ include tools/README.rst
1212
recursive-include test *.pem
1313
recursive-include test *.py
1414
recursive-include bson *.h
15-
global-include *.pyi
16-
global-include *.typed
15+
recursive-include bson *.pyi
16+
recursive-include bson *.typed
17+
recursive-include gridfs *.typed
18+
recursive-include pymongo *.typed

0 commit comments

Comments
 (0)