pkg_resources: don't ignore "missing symbol from stub" in stubtest (#11494)

This commit is contained in:
Avasam
2024-02-29 01:31:19 -05:00
committed by GitHub
parent da69247514
commit 5a9033720d
3 changed files with 33 additions and 17 deletions
@@ -44,8 +44,3 @@ setuptools._distutils.*
# Other vendored code
setuptools._vendor.*
pkg_resources._vendor.*
# Deprecated in favor of importlib.resources, importlib.metadata and their backports
# So like distutils, we only add what we need to reference.
pkg_resources.AvailableDistributions
pkg_resources.ResourceManager
pkg_resources.extern