8000 gh-93162: test_config_queue_handler requires threading (GH-93572) · python/cpython@cdb73ae · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdb73ae

Browse files
authored
gh-93162: test_config_queue_handler requires threading (GH-93572)
1 parent 7526092 commit cdb73ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,7 @@ def do_queuehandler_configuration(self, qspec, lspec):
35833583
else:
35843584
self.addCleanup(os.remove, fn)
35853585

3586+
@threading_helper.requires_working_threading()
35863587
def test_config_queue_handler(self):
35873588
q = CustomQueue()
35883589
dq = {

0 commit comments

Comments
 (0)
0