cpython/Lib/test/test_concurrent_futures
Victor Stinner 5cb54c9c09
gh-149879: Fix test_concurrent_futures on Cygwin (#150415)
On Cygwin, skip tests using "forkserver" start method.

Don't check BrokenProcessPool.__cause__, it's not set on Cygwin.
2026-05-25 23:04:14 +02:00
..
__init__.py
executor.py
test_as_completed.py
test_deadlock.py
test_future.py
test_init.py gh-149879: Fix test_concurrent_futures on Cygwin (#150415) 2026-05-25 23:04:14 +02:00
test_interpreter_pool.py
test_process_pool.py gh-149879: Fix test_concurrent_futures on Cygwin (#150415) 2026-05-25 23:04:14 +02:00
test_shutdown.py
test_thread_pool.py
test_wait.py
util.py gh-149879: Fix test_concurrent_futures on Cygwin (#150415) 2026-05-25 23:04:14 +02:00