mirror of
https://github.com/python/cpython.git
synced 2025-10-16 19:57:59 +00:00
Fix test skipping in multibyte codec tests
This commit is contained in:
parent
5800b27104
commit
c9e92167ac
2 changed files with 2 additions and 2 deletions
|
@ -279,7 +279,7 @@ class TestBase_Mapping(unittest.TestCase):
|
|||
try:
|
||||
self.open_mapping_file() # test it to report the error early
|
||||
except IOError:
|
||||
raise support.TestSkipped("Could not retrieve "+self.mapfileurl)
|
||||
self.skipTest("Could not retrieve "+self.mapfileurl)
|
||||
|
||||
def open_mapping_file(self):
|
||||
return support.open_urlresource(self.mapfileurl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue