Skip to content

Commit c250efa

Browse files
committed
Skip test_option_encoding
1 parent b43bca2 commit c250efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_calendar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,8 @@ def test_output_month(self):
825825
stdout = self.run_ok('2004', '1')
826826
self.assertEqual(stdout, conv(result_2004_01_text))
827827

828+
# TODO: RUSTPYTHON
829+
@unittest.expectedFailure
828830
def test_option_encoding(self):
829831
self.assertFailure('-e')
830832
self.assertFailure('--encoding')

0 commit comments

Comments
 (0)