cpython/Lib/test/test_concurrent_futures
Miss Islington (bot) dcaacd9066
[3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421) (#108798)
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)

Only mark tests which spend significant system or user time,
by itself or in subprocesses.
(cherry picked from commit f3ba0a74cd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2023-09-03 01:22:33 +02:00
..
__init__.py
executor.py
test_as_completed.py
test_deadlock.py
test_future.py
test_init.py
test_process_pool.py
test_shutdown.py
test_thread_pool.py
test_wait.py
util.py