Skip to content

Conversation

@srittau
Copy link
Collaborator

@srittau srittau commented Feb 10, 2026

Closes: #15405

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

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

cloud-init (https://github.com/canonical/cloud-init)
+ tests/integration_tests/bugs/test_gh671.py:8: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ tests/integration_tests/bugs/test_gh671.py:8: error: Library stubs not installed for "passlib"  [import-untyped]
+ cloudinit/distros/netbsd.py:24: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ cloudinit/distros/netbsd.py:24: note: Hint: "python3 -m pip install types-passlib"
+ cloudinit/distros/netbsd.py:24: note: (or run "mypy --install-types" to install all missing stub packages)
- cloudinit/distros/netbsd.py:15: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
+ cloudinit/distros/netbsd.py:24: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
+ cloudinit/sources/DataSourceAzure.py:60: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ cloudinit/sources/DataSourceAzure.py:60: error: Library stubs not installed for "passlib"  [import-untyped]
+ tests/unittests/sources/test_azure.py:13: error: Library stubs not installed for "passlib.hash"  [import-untyped]
+ tests/unittests/sources/test_azure.py:13: error: Library stubs not installed for "passlib"  [import-untyped]

@srittau srittau merged commit c492f44 into python:main Feb 10, 2026
39 checks passed
@srittau srittau deleted the rm-passlib branch February 10, 2026 15:58
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.

Remove passlib

2 participants