From 2bfb94c871caeae622174485264f407d9df354b9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 13 Oct 2003 04:27:47 +0000 Subject: [PATCH] Add test__locale to expected skip list for Darwin. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 514bbb7275..6d0c242ad2 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -765,6 +765,7 @@ _expectations = { """, 'darwin': """ + test__locale test_al test_bsddb test_bsddb3 -- 2.50.1