8000 Need to include names from test.support for py312 compat. · python/importlib_metadata@1711b2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1711b2c

Browse files
committed
Need to include names from test.support for py312 compat.
1 parent 07d894d commit 1711b2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/compat/py39.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
os_helper = try_import('os_helper') or from_test_support(
55
'FS_NONASCII', 'skip_unless_symlink'
66
)
7-
import_helper = try_import('import_helper') or from_test_support()
7+
import_helper = try_import('import_helper') or from_test_support(
8+
'modules_setup', 'modules_cleanup'
9+
)

0 commit comments

Comments
 (0)
0