Skip to content

Commit

Permalink
Need to include names from test.support for py312 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 20, 2024
1 parent 07d894d commit 1711b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/compat/py39.py
Expand Up @@ -4,4 +4,6 @@
os_helper = try_import('os_helper') or from_test_support(
'FS_NONASCII', 'skip_unless_symlink'
)
import_helper = try_import('import_helper') or from_test_support()
import_helper = try_import('import_helper') or from_test_support(
'modules_setup', 'modules_cleanup'
)

0 comments on commit 1711b2c

Please sign in to comment.