mirror of
https://github.com/python/cpython.git
synced 2025-11-02 06:31:29 +00:00
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
This commit is contained in:
parent
5ff012a449
commit
61733a2fb9
8 changed files with 44 additions and 27 deletions
|
|
@ -5,6 +5,8 @@
|
|||
import unittest
|
||||
|
||||
|
||||
@unittest.skipIf(util.EXTENSIONS is None or util.EXTENSIONS.filename is None,
|
||||
'dynamic loading not supported or test module not available')
|
||||
class PathHookTests:
|
||||
|
||||
"""Test the path hook for extension modules."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue