gh-124402: Require cpu resource in test_free_threading#124438
gh-124402: Require cpu resource in test_free_threading#124438vstinner merged 1 commit intopython:mainfrom
Conversation
Require the 'cpu' test resource on slow test_free_threading tests.
|
@terryjreedy: With this change, test_free_threading takes 5 seconds instead of 5 to 9 minutes. cc @colesbury @serhiy-storchaka I used |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Sorry, @vstinner, I could not cleanly backport this to |
|
GH-124439 is a backport of this pull request to the 3.13 branch. |
|
@vstinner - Please slow down with these changes. Marking these tests as As I wrote on the original issue, we should be reducing the number of iterations and the number of threads so that they can run quickly. |
|
I replied on the issue: #124402 (comment) |
Require the 'cpu' test resource on slow test_free_threading tests.