mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
Updates test skips to reflect capabilities of Emscripten 4.0.2.
This commit is contained in:
parent
23cda58348
commit
cf288e3c25
5 changed files with 63 additions and 70 deletions
|
@ -161,7 +161,6 @@ class GenericTest:
|
|||
self.assertIs(self.pathmodule.lexists(path=filename), True)
|
||||
|
||||
@unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
|
||||
@unittest.skipIf(is_emscripten, "Fixed in next Emscripten release after 4.0.1")
|
||||
def test_exists_fd(self):
|
||||
r, w = os.pipe()
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue