Skip to content

Commit 2ef3b5f

Browse files
committed
Merge commit '1711b2c198'
2 parents 47b14ac + 1711b2c commit 2ef3b5f

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)