Skip to content

Commit cdb73ae

Browse files
authored
gh-93162: test_config_queue_handler requires threading (GH-93572)
1 parent 7526092 commit cdb73ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_logging.py

+1
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,7 @@ def do_queuehandler_configuration(self, qspec, lspec):
35833583
else:
35843584
self.addCleanup(os.remove, fn)
35853585

3586+
@threading_helper.requires_working_threading()
35863587
def test_config_queue_handler(self):
35873588
q = CustomQueue()
35883589
dq = {

0 commit comments

Comments
 (0)