diff options
author | Brett Cannon <bcannon@gmail.com> | 2003-10-13 04:27:47 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2003-10-13 04:27:47 (GMT) |
commit | 2bfb94c871caeae622174485264f407d9df354b9 (patch) | |
tree | 1cbdc9dbad45e627e06d73c6d1062062018127a2 /Lib/test/regrtest.py | |
parent | 7e94a9aae3ac7e1d2726dddaac744315313f218a (diff) | |
download | cpython-2bfb94c871caeae622174485264f407d9df354b9.zip cpython-2bfb94c871caeae622174485264f407d9df354b9.tar.gz cpython-2bfb94c871caeae622174485264f407d9df354b9.tar.bz2 |
Add test__locale to expected skip list for Darwin.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 514bbb7..6d0c242 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 |