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.
1 parent 07d894d commit 1711b2cCopy full SHA for 1711b2c
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