]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-93162: test_config_queue_handler requires threading (GH-93572)
authorChristian Heimes <christian@python.org>
Tue, 7 Jun 2022 10:34:08 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 10:34:08 +0000 (12:34 +0200)
Lib/test/test_logging.py

index da298f258f597137f2ab8ce0a2c8bf02b0760f8e..3edb52d6c87bb2f26860939ce41bec53c1148b63 100644 (file)
@@ -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 = {