gh-108388: test_concurrent_futures requires cpu by vstinner · Pull Request #108389 · python/cpython · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Lib/test/test_concurrent_futures.py
3 changes: 3 additions & 0 deletions Lib/test/test_multiprocessing_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

from test import support

# This test spawns many processes and is slow
support.requires('cpu')

if support.PGO:
raise unittest.SkipTest("test is not helpful for PGO")

Expand Down