From 113e03ef4eafa925be366026af1333b115546d3e Mon Sep 17 00:00:00 2001 From: Soim Kim Date: Mon, 8 Jun 2026 14:35:16 +0900 Subject: [PATCH] Update num cores --- tests/test_fosslight_scanner.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_fosslight_scanner.py b/tests/test_fosslight_scanner.py index 43e02f4..1969d32 100644 --- a/tests/test_fosslight_scanner.py +++ b/tests/test_fosslight_scanner.py @@ -85,7 +85,7 @@ def test_run_scanner(tmp_path): result_log={}, output_files=output_file, output_extensions=output_extension, - num_cores=1, + num_cores=0, path_to_exclude=[] ) @@ -171,7 +171,7 @@ def test_run_main(tmp_path): db_url=db_url, hide_progressbar=True, # Disable progress bar for testing keep_raw_data=True, # Keep raw data to avoid cleanup during test - num_cores=1, + num_cores=0, correct_mode=True, correct_fpath="", ui_mode=False, @@ -198,7 +198,7 @@ def test_output_excel_contains_required_sheets(tmp_path, mode_list, expected_she db_url="", hide_progressbar=True, keep_raw_data=False, - num_cores=1, + num_cores=0, correct_mode=False, correct_fpath="", ui_mode=False,