Skip to content

Commit

Permalink
gh-93162: test_config_queue_handler requires threading (GH-93572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran authored Jun 7, 2022
1 parent 7526092 commit cdb73ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -3583,6 +3583,7 @@ def do_queuehandler_configuration(self, qspec, lspec):
else:
self.addCleanup(os.remove, fn)

@threading_helper.requires_working_threading()
def test_config_queue_handler(self):
q = CustomQueue()
dq = {
Expand Down

0 comments on commit cdb73ae

Please sign in to comment.