We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47b14ac + 1711b2c commit 2ef3b5fCopy full SHA for 2ef3b5f
tests/compat/py39.py
@@ -4,4 +4,6 @@
4
os_helper = try_import('os_helper') or from_test_support(
5
'FS_NONASCII', 'skip_unless_symlink'
6
)
7
-import_helper = try_import('import_helper') or from_test_support()
+import_helper = try_import('import_helper') or from_test_support(
8
+ 'modules_setup', 'modules_cleanup'
9
+)
0 commit comments