mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
Fix daily stubtest error: Add find_distributions() to stubtest allowlist (#14879)
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
# while being inspected by stubtest. Fixed in Python 3.10.
|
||||
select.epoll.register
|
||||
|
||||
# According to stubtest, these are not present at runtime, starting with
|
||||
# Python 3.9.24. Which is not true.
|
||||
_frozen_importlib_external.PathFinder.find_distributions
|
||||
importlib._bootstrap_external.PathFinder.find_distributions
|
||||
importlib.machinery.PathFinder.find_distributions
|
||||
|
||||
|
||||
# =============================================================
|
||||
# Allowlist entries that cannot or should not be fixed; <= 3.12
|
||||
|
||||
Reference in New Issue
Block a user