]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_concurrent_futures on Cygwin (#150415)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 21:04:14 +0000 (23:04 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 21:04:14 +0000 (23:04 +0200)
commit5cb54c9c09ce64b26d1d922f36093969b4ca4c81
tree849aa8d1fa724068e27803c892369e53188ac005
parentc549837a53d62ca64a6436194611728df346126f
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.
Lib/test/test_concurrent_futures/test_init.py
Lib/test/test_concurrent_futures/test_process_pool.py
Lib/test/test_concurrent_futures/util.py