gh-93162: test_config_queue_handler requires threading (GH-93572)

This commit is contained in:
Christian Heimes 2022-06-07 12:34:08 +02:00 committed by GitHub
parent 75260925ec
commit cdb73aefec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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