]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH-106366)
authorMario Corchero <mcorcherojim@bloomberg.net>
Thu, 6 Jul 2023 17:54:45 +0000 (19:54 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 17:54:45 +0000 (10:54 -0700)
commit56353b10023ff12c7c8d6288ae4bf7bdcd5d4b6c
tree137a57cf721462c57d0380fcfa0f871b2ac0c043
parente7cd55753b00d6f7e5c8998bae73ebaa9e86398d
gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH-106366)

Mark `testthreadingmock.py` with `threading_helper.requires_working_threading`.

Also add longer delays to reduce the change of a race conditions on the tests that validate short timeouts.
Lib/test/test_unittest/testmock/testthreadingmock.py