Skip to content

Commit bba9aa6

Browse files
authored
[3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)
gh-108388: Convert test_concurrent_futures to package (#108401) Convert test_concurrent_futures to a package of sub-tests. (cherry picked from commit aa6f787)
1 parent ce37fbc commit bba9aa6

14 files changed

+1847
-1677
lines changed

Lib/test/libregrtest/runtest.py

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def __str__(self) -> str:
132132

133133
SPLITTESTDIRS = {
134134
"test_asyncio",
135+
"test_concurrent_futures",
135136
"test_multiprocessing_fork",
136137
"test_multiprocessing_forkserver",
137138
"test_multiprocessing_spawn",

0 commit comments

Comments
 (0)