Skip to content

Commit 07beb37

Browse files
committed
Issue python#20574: Remove duplicated test failing on Windows XP
1 parent 7143029 commit 07beb37

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Lib/test/test_codecs.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,11 +2879,5 @@ def test_incremental(self):
28792879
self.assertEqual(decoded, ('abc', 3))
28802880

28812881

2882-
@unittest.skipUnless(sys.platform == 'win32',
2883-
'cp65001 is specific to Windows')
2884-
class CP65001Test(UTF8Test, unittest.TestCase):
2885-
encoding = "cp65001"
2886-
2887-
28882882
if __name__ == "__main__":
28892883
unittest.main()

0 commit comments

Comments
 (0)