Make stubtest pass on libsass/passlib/redis/tree-sitter if you're using Python 3.12 (#11561)

This commit is contained in:
Alex Waygood
2024-03-10 14:16:34 +00:00
committed by GitHub
parent e085a00a8e
commit 55205a4ce6
4 changed files with 14 additions and 0 deletions

View File

@@ -1,2 +1,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"]