mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Silence mysterious 3.10.5 stubtest failure (#8102)
Fixes #8098 (along with #8099)
This commit is contained in:
@@ -3,6 +3,14 @@ _?curses.color_pair
|
||||
webbrowser.MacOSXOSAScript.__init__
|
||||
distutils.util.__warningregistry__
|
||||
|
||||
# Github Actions on macOS with Python 3.10.5 claims these are missing, but they do exist locally
|
||||
(locale.bind_textdomain_codeset)?
|
||||
(locale.bindtextdomain)?
|
||||
(locale.dcgettext)?
|
||||
(locale.dgettext)?
|
||||
(locale.gettext)?
|
||||
(locale.textdomain)?
|
||||
|
||||
# ==========
|
||||
# Allowlist entries that cannot or should not be fixed
|
||||
# ==========
|
||||
|
||||
Reference in New Issue
Block a user