From 356eb46f302a3dba9d276418c7dc12dcc04dc140 Mon Sep 17 00:00:00 2001 From: "jiyeong.seok" Date: Wed, 25 Sep 2024 17:51:00 +0900 Subject: [PATCH] Fix the tox bug Signed-off-by: jiyeong.seok --- tox.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index b525b55..de616c4 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,9 @@ filterwarnings = ignore::DeprecationWarning norecursedirs = test_result/* [testenv:test_run] +deps = + -r{toxinidir}/requirements-dev.txt +wheel = true commands = # Test - logging python tests/test_log.py @@ -31,9 +34,7 @@ commands = # Test - writing excel and csv python tests/test_excel_and_csv.py ls test_result/excel_and_csv/ - cat test_result/excel_and_csv/FOSSLight-Report_SRC.csv - cat test_result/excel_and_csv/FOSSLight-Report_BIN_TEST.csv - cat test_result/excel_and_csv/FOSSLight-Report_CUSTOM_HEADER_SHEET.csv + cat test_result/excel_and_csv/excel/Test_Excel.xlsx cat test_result/excel_and_csv/csv/Test_Csv.csv # Test - downloading source fosslight_download -s "https://github.com/LGE-OSS/example" -t test_git/ @@ -47,9 +48,6 @@ commands = python tests/test_output_format.py # Test - get spdx licenses python tests/test_spdx_licenses.py - # Test - convert excel to yaml - python tests/test_convert_to_yaml.py - cat test_result/convert/fosslight-sbom-info.yaml [testenv:release] deps =