Skip to content

Commit 68dc5ca

Browse files
committed
Edit Lib/test/test_c_locale_coercion.py
ExpectedFailure added at line 247
1 parent ac21576 commit 68dc5ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_c_locale_coercion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def setUpClass(cls):
243243
if not AVAILABLE_TARGETS:
244244
raise unittest.SkipTest("No C-with-UTF-8 locale available")
245245

246+
# TODO: RUSTPYTHON
247+
@unittest.expectedFailure
246248
def test_external_target_locale_configuration(self):
247249

248250
# Explicitly setting a target locale should give the same behaviour as

0 commit comments

Comments
 (0)