From eb137fdf5cdf61788a9d490a095361e16b6a3f7a Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Fri, 28 Apr 2023 15:01:25 -0700 Subject: [PATCH] PYTHON-3686 codec_options is no longer shadowed --- .github/workflows/test-python.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index bb0b83678..b4a8177fd 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -63,8 +63,6 @@ jobs: - name: Run mypy run: | mypy --install-types --non-interactive bson gridfs tools pymongo - # Test overshadowed codec_options.py file - mypy --install-types --non-interactive bson/codec_options.py 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 python -m pip install -U typing_extensions mypy --install-types --non-interactive test/test_typing.py test/test_typing_strict.py