[3.12] gh-108388: Convert test_concurrent_futures to package (#108401) by vstinner · Pull Request #108443 · python/cpython
Conversation
This was referenced
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.
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.
vstinner
deleted the
test_concurrent_package312
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters