mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +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:
|
else:
|
||||||
self.addCleanup(os.remove, fn)
|
self.addCleanup(os.remove, fn)
|
||||||
|
|
||||||
|
@threading_helper.requires_working_threading()
|
||||||
def test_config_queue_handler(self):
|
def test_config_queue_handler(self):
|
||||||
q = CustomQueue()
|
q = CustomQueue()
|
||||||
dq = {
|
dq = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue