mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-127146: Emscripten clean up test suite (#127984)
Removed test skips that are no longer required as a result of Emscripten updates.
This commit is contained in:
parent
cfeaa992ba
commit
1183e4ce2f
12 changed files with 19 additions and 82 deletions
|
@ -125,8 +125,8 @@ class UnicodeFileTests(unittest.TestCase):
|
|||
# open(), os.stat(), etc. don't raise any exception.
|
||||
@unittest.skipIf(is_apple, 'irrelevant test on Apple platforms')
|
||||
@unittest.skipIf(
|
||||
support.is_emscripten or support.is_wasi,
|
||||
"test fails on Emscripten/WASI when host platform is macOS."
|
||||
support.is_wasi,
|
||||
"test fails on WASI when host platform is macOS."
|
||||
)
|
||||
def test_normalize(self):
|
||||
files = set(self.files)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue