Skip to content

Commit 66a973a

Browse files
authored
[3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)
* gh-108388: Convert test_concurrent_futures to package (#108401) Convert test_concurrent_futures to a package of sub-tests. (cherry picked from commit aa6f787) Notes on backport to 3.11: * AsCompletedTests: Revert test_future_times_out() => test_zero_timeout() * Restore TODO comment * ThreadPoolExecutorTest.test_hang_global_shutdown_lock(): add @support.requires_resource('cpu').
1 parent 3a6d8e6 commit 66a973a

14 files changed

+1577
-1677
lines changed

Lib/test/libregrtest/runtest.py

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def set_env_changed(self):
141141

142142
SPLITTESTDIRS = {
143143
"test_asyncio",
144+
"test_concurrent_futures",
144145
"test_future_stmt",
145146
"test_multiprocessing_fork",
146147
"test_multiprocessing_forkserver",

0 commit comments

Comments
 (0)