mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-115142: Skip test_capi.test_dict.py
if _testcapi
is not available (GH-117588) (GH-117718)
(cherry picked from commit dfcae4379f
)
This commit is contained in:
parent
5b681d60a6
commit
8c1c71ee38
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ from collections import OrderedDict, UserDict
|
|||
from types import MappingProxyType
|
||||
from test import support
|
||||
from test.support import import_helper
|
||||
import _testcapi
|
||||
|
||||
|
||||
_testcapi = import_helper.import_module("_testcapi")
|
||||
|
||||
|
||||
NULL = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue