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 = {