Skip to content
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

[3.12] gh-108388: Convert test_concurrent_futures to package (#108401) #108443

Merged
merged 2 commits into from
Aug 26, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 24, 2023

Convert test_concurrent_futures to a package of sub-tests.

(cherry picked from commit aa6f787)

…08401)

Convert test_concurrent_futures to a package of sub-tests.

(cherry picked from commit aa6f787)
@vstinner
Copy link
Member Author

I backported the change to Python 3.12. There is a minor conflict in libregrtest on:

 SPLITTESTDIRS = {
     "test_asyncio",
+    "test_concurrent_futures",
 }

The backport is in conflict with PR #108401 (split multiprocessing tests) which may be merged first.

@gpshead gpshead requested a review from Yhg1s August 24, 2023 17:43
@gpshead
Copy link
Member

gpshead commented Aug 24, 2023

this and the similar PR for test_multiprocessing_* will be a tiny merge conflict in that runtest.py list. easily resolved in one after the other goes in.

@Yhg1s Yhg1s merged commit bba9aa6 into python:3.12 Aug 26, 2023
18 checks passed
@vstinner vstinner deleted the test_concurrent_package312 branch August 26, 2023 23:29
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.

4 participants