diff options
| -rw-r--r-- | Lib/test/test_logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index da298f2..3edb52d 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 = { |
