From: Christian Heimes Date: Tue, 7 Jun 2022 10:34:08 +0000 (+0200) Subject: gh-93162: test_config_queue_handler requires threading (GH-93572) X-Git-Tag: v3.12.0a1~1332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdb73aefec74720de9df47143fe8009c2ffdeadc;p=thirdparty%2FPython%2Fcpython.git gh-93162: test_config_queue_handler requires threading (GH-93572) --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index da298f258f59..3edb52d6c87b 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -3583,6 +3583,7 @@ class ConfigDictTest(BaseTest): else: self.addCleanup(os.remove, fn) + @threading_helper.requires_working_threading() def test_config_queue_handler(self): q = CustomQueue() dq = {