We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f56cb commit fe889e7Copy full SHA for fe889e7
Lib/test/test_codecs.py
@@ -3592,7 +3592,7 @@ def test_cp1252(self):
3592
(b'\xff', 'strict', '\xff'),
3593
))
3594
3595
- @unittest.expectedFailure # TODO: RUSTPYTHON
+ @unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
3596
def test_cp708(self):
3597
self.check_encode(708, (
3598
('abc2%', 'strict', b'abc2%'),
@@ -3622,6 +3622,7 @@ def test_cp708(self):
3622
(b'[\xa0]', 'surrogatepass', None),
3623
3624
3625
3626
def test_cp20106(self):
3627
self.check_encode(20106, (
3628
('abc', 'strict', b'abc'),
0 commit comments