◐ Shell
clean mode source ↗

gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` by mariocj89 · Pull Request #106366 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@AlexWaygood AlexWaygood changed the title Mark testthreadingmock.py with requires_working_threading gh-61215: Mark testthreadingmock.py with @requires_working_threading

Jul 3, 2023

brettcannon

@brettcannon brettcannon changed the title gh-61215: Mark testthreadingmock.py with @requires_working_threading gh-106458: Mark testthreadingmock.py with @requires_working_threading

Jul 5, 2023

@cjw296 cjw296 linked an issue

Jul 5, 2023

that may be closed by this pull request

cjw296

…reading

The test uses threading and it should declare that it uses it to prevent
failures on archs where creating threads don't work.
Add longer delays to reduce the change of a race conditions on the tests
that validate short timeouts.

Labels