mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fixes tests broken by issue #27781.
This commit is contained in:
parent
ee178e6d6e
commit
e58571b7ea
4 changed files with 10 additions and 6 deletions
|
@ -370,6 +370,8 @@ class SimpleHTTPServerTestCase(BaseTestCase):
|
|||
return body
|
||||
|
||||
@support.requires_mac_ver(10, 5)
|
||||
@unittest.skipIf(sys.platform == 'win32',
|
||||
'undecodable name cannot be decoded on win32')
|
||||
@unittest.skipUnless(support.TESTFN_UNDECODABLE,
|
||||
'need support.TESTFN_UNDECODABLE')
|
||||
def test_undecodable_filename(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue