Skip to content

[python-ldap]: Add 3.5 type stubs - #16395

Open
spaceone wants to merge 1 commit into
python:mainfrom
univention:ldap
Open

spaceone wants to merge 1 commit into
python:mainfrom
univention:ldap

Conversation

@spaceone

Copy link
Copy Markdown

python-ldap recently added type annotations.

This will be released with python-ldap 3.5.
The stubs were generated using stubgen and then a little fine tuning was performed manually.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

zulip (https://github.com/zulip/zulip)
- zproject/dev_settings.py:142: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zproject/prod_settings_template.py:177: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zproject/backends.py:25: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zerver/lib/test_helpers.py:17: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zproject/computed_settings.py:1109: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zerver/tests/test_email_notifications.py:5: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zerver/tests/test_auth_backends.py:19: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]
- zproject/test_extra_settings.py:3: error: Cannot find implementation or library stub for module named "ldap"  [import-not-found]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant