Silence mysterious 3.10.5 stubtest failure (#8102)

Fixes #8098 (along with #8099)
This commit is contained in:
Shantanu
2022-06-19 00:58:43 -07:00
committed by GitHub
parent b7f8d847be
commit a9cd83adf9

View File

@@ -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
# ==========