From a9cd83adf9fb1a92a43f7da5e1667cab9597cadf Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 19 Jun 2022 00:58:43 -0700 Subject: [PATCH] Silence mysterious 3.10.5 stubtest failure (#8102) Fixes #8098 (along with #8099) --- tests/stubtest_allowlists/darwin-py310.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/stubtest_allowlists/darwin-py310.txt b/tests/stubtest_allowlists/darwin-py310.txt index 5fe85281c..d42c6f7b2 100644 --- a/tests/stubtest_allowlists/darwin-py310.txt +++ b/tests/stubtest_allowlists/darwin-py310.txt @@ -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 # ==========