mirror of https://github.com/python/cpython
gh-93162: test_config_queue_handler requires threading (GH-93572)
This commit is contained in:
parent
75260925ec
commit
cdb73aefec
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue