Skip to content

Commit a9cd83a

Browse files
authored
Silence mysterious 3.10.5 stubtest failure (#8102)
Fixes #8098 (along with #8099)
1 parent b7f8d84 commit a9cd83a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/stubtest_allowlists/darwin-py310.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ _?curses.color_pair
33
webbrowser.MacOSXOSAScript.__init__
44
distutils.util.__warningregistry__
55

6+
# Github Actions on macOS with Python 3.10.5 claims these are missing, but they do exist locally
7+
(locale.bind_textdomain_codeset)?
8+
(locale.bindtextdomain)?
9+
(locale.dcgettext)?
10+
(locale.dgettext)?
11+
(locale.gettext)?
12+
(locale.textdomain)?
13+
614
# ==========
715
# Allowlist entries that cannot or should not be fixed
816
# ==========

0 commit comments

Comments
 (0)