mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-93162: test_config_queue_handler requires threading (GH-93572)
This commit is contained in:
parent
75260925ec
commit
cdb73aefec
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue