mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
This commit is contained in:
parent
3fa86a0612
commit
228ab1ff6b
8 changed files with 108 additions and 38 deletions
|
@ -7,8 +7,6 @@ from .. import util
|
|||
machinery = util.import_importlib('importlib.machinery')
|
||||
|
||||
|
||||
# XXX find_spec tests
|
||||
|
||||
@unittest.skipIf(util.EXTENSIONS.filename is None, '_testcapi not available')
|
||||
@util.case_insensitive_tests
|
||||
class ExtensionModuleCaseSensitivityTest:
|
||||
|
|
|
@ -6,7 +6,6 @@ machinery = util.import_importlib('importlib.machinery')
|
|||
import unittest
|
||||
import warnings
|
||||
|
||||
# XXX find_spec tests
|
||||
|
||||
class FinderTests(abc.FinderTests):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue