From 4e62a53d53106138207bb54d89ad41a6d162b13a Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 7 Jun 2022 11:58:02 +0200 Subject: [PATCH] gh-93162: test_config_queue_handler requires threading --- Lib/test/test_logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index da298f258f5971..3edb52d6c87bb2 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -3583,6 +3583,7 @@ def do_queuehandler_configuration(self, qspec, lspec): else: self.addCleanup(os.remove, fn) + @threading_helper.requires_working_threading() def test_config_queue_handler(self): q = CustomQueue() dq = {