From 1a51320e866acaa110502a009cc78e86e13649ae Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 04 2024 10:54:58 +0000 Subject: avoid test failure when running in console --- diff --git a/tests/test_cli/test_download_task.py b/tests/test_cli/test_download_task.py index b6138fa..6fb54ec 100644 --- a/tests/test_cli/test_download_task.py +++ b/tests/test_cli/test_download_task.py @@ -339,7 +339,7 @@ Default behavior without --all option downloads .rpm files only for build and bu self.download_file.assert_not_called() def test_handle_download_parent_not_finished(self): - args = [str(self.parent_task_id)] + args = [str(self.parent_task_id), '--nowait'] self.session.getTaskInfo.return_value = { 'id': self.parent_task_id, 'method': 'buildArch',