We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8aee10 commit 52e3ac4Copy full SHA for 52e3ac4
tests/test_types.py
@@ -130,7 +130,7 @@ def test_localisation(self):
130
os.environ['LANG'] = name
131
os.environ['LANGUAGE'] = name
132
locale.setlocale(locale.LC_ALL, '')
133
- name, encoding = locale.getdefaultlocale()
+ name, encoding = locale.getlocale()
134
if name != 'de_DE' and sys.platform != 'win32':
135
self.skipTest("locale environment ignored")
136
# test localisation
0 commit comments