8000 gh-118761: Add test_lazy_import for more modules by danielhollas · Pull Request #133057 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-118761: Add test_lazy_import for more modules #133057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 5, 2025
Prev Previous commit
Next Next commit
Merge branch 'main' into test-lazy-import
  • Loading branch information
danielhollas authored May 5, 2025
commit aa19ba5a4dfbd092b5b75bf795b2443ab3555f2c
2 changes: 1 addition & 1 deletion Lib/test/test_mimetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import unittest.mock
from platform import win32_edition
from test import support
from test.support import cpython_only, os_helper
from test.support import cpython_only, force_not_colorized, os_helper
from test.support.import_helper import ensure_lazy_imports

try:
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0