forked from Rust-related/RustPython
Edit Lib/test/test_c_locale_coercion.py
ExpectedFailure added at line 247
This commit is contained in:
2
Lib/test/test_c_locale_coercion.py
vendored
2
Lib/test/test_c_locale_coercion.py
vendored
@@ -243,6 +243,8 @@ class LocaleConfigurationTests(_LocaleHandlingTestCase):
|
||||
if not AVAILABLE_TARGETS:
|
||||
raise unittest.SkipTest("No C-with-UTF-8 locale available")
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_external_target_locale_configuration(self):
|
||||
|
||||
# Explicitly setting a target locale should give the same behaviour as
|
||||
|
||||
Reference in New Issue
Block a user