Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/passlib/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ passlib.tests.*
# This is only available when the crypt module is available. This module
# was dropped from the standard library of Python 3.13, but is still available
# in some environments.
passlib.hosts.__all__
(passlib.hosts.__all__)?
(passlib.hosts.host_context)?

# Fields differs at runtime:
Expand Down
5 changes: 3 additions & 2 deletions stubs/passlib/METADATA.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ version = "1.7.*"
upstream_repository = "https://foss.heptapod.net/python-libs/passlib"

[tool.stubtest]
# The runtime package has an undeclared dependency on setuptools
stubtest_requirements = ["setuptools"]
# The runtime package has an undeclared dependency on setuptools.
# setuptools 82 dropped pkg_resources, which passlib relies on.
stubtest_requirements = ["setuptools<82"]