Skip to content

bpo-41718: Reduce test.libregrtest imports #22089

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

Closed
wants to merge 1 commit into from
Closed

bpo-41718: Reduce test.libregrtest imports #22089

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 4, 2020

test.libregrtest.save_env no longer imports asyncio, multiprocessing
nor urllib to reduce the number of imports, to better isolate unit
tests.

https://bugs.python.org/issue41718

test.libregrtest.save_env no longer imports asyncio, multiprocessing
nor urllib to reduce the number of imports, to better isolate unit
tests.
@vstinner
Copy link
Member Author

@serhiy-storchaka suggested a different approach, so I created PR #24934. I keep this PR open until we decide which approach is the best.

@vstinner
Copy link
Member Author

I merged PR #24934 instead.

@vstinner vstinner closed this Mar 23, 2021
@vstinner vstinner deleted the regrtest_save_env branch March 23, 2021 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants