From ec69d987781f4668b83eb8f5ff72ef54dc966b28 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 30 Sep 2023 00:44:40 +0300 Subject: [PATCH] locale: Remove some hopefully-unnecessary allowlist entries for macos-3.10 (#10805) --- tests/stubtest_allowlists/darwin-py310.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/stubtest_allowlists/darwin-py310.txt b/tests/stubtest_allowlists/darwin-py310.txt index 59db7d8e3..197a5ff3e 100644 --- a/tests/stubtest_allowlists/darwin-py310.txt +++ b/tests/stubtest_allowlists/darwin-py310.txt @@ -1,13 +1 @@ _?curses.color_pair - -# 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 -# ==========