Skip to content

Commit 4e62a53

Browse files
committed
pythongh-93162: test_config_queue_handler requires threading
1 parent f012df7 commit 4e62a53

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)