Commit 38972ba5 authored by Jack Jansen's avatar Jack Jansen

Skip this test on MacOSX: the locale support is too minimal to make

it pass.
parent 07b82401
from test.test_support import verbose
from test.test_support import verbose, TestSkipped
import locale
import sys
if sys.platform == 'darwin':
raise TestSkipped("Locale support on MacOSX is minimal and cannot be tested")
oldlocale = locale.setlocale(locale.LC_NUMERIC)
tloc = "en_US"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment