mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #20574: Remove duplicated test failing on Windows XP
This commit is contained in:
parent
7143029d43
commit
07beb375b7
1 changed files with 0 additions and 6 deletions
|
@ -2879,11 +2879,5 @@ class CodePageTest(unittest.TestCase):
|
|||
self.assertEqual(decoded, ('abc', 3))
|
||||
|
||||
|
||||
@unittest.skipUnless(sys.platform == 'win32',
|
||||
'cp65001 is specific to Windows')
|
||||
class CP65001Test(UTF8Test, unittest.TestCase):
|
||||
encoding = "cp65001"
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue