Skip to content

Commit 74482e3

Browse files
committed
Mark unit test that needs working threads.
1 parent b33469e commit 74482e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ def inner():
769769
self.assertTrue(changed)
770770
ctx1.run(outer)
771771

772+
@threading_helper.requires_working_threading()
772773
def test_get_changed_with_threads(self):
773774
# get_changed() works correctly in a thread with copied context
774775
import threading

0 commit comments

Comments
 (0)