Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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
MemberAuthor

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.

@gpsheadgpshead requested a review from Yhg1sAugust 24, 2023 17:43
@gpshead
Copy link
Member

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.

@Yhg1sYhg1s merged commit bba9aa6 into python:3.12Aug 26, 2023
@vstinnervstinner deleted the test_concurrent_package312 branch August 26, 2023 23:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner@gpshead@Yhg1s@bedevere-bot