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