Skip to content

Commit b377793

Browse files
authored
Fix the tox bug (#188)
Signed-off-by: jiyeong.seok <[email protected]>
1 parent aeb0b38 commit b377793

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tox.ini

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ filterwarnings = ignore::DeprecationWarning
2020
norecursedirs = test_result/*
2121

2222
[testenv:test_run]
23+
deps =
24+
-r{toxinidir}/requirements-dev.txt
25+
wheel = true
2326
commands =
2427
# Test - logging
2528
python tests/test_log.py
@@ -31,9 +34,7 @@ commands =
3134
# Test - writing excel and csv
3235
python tests/test_excel_and_csv.py
3336
ls test_result/excel_and_csv/
34-
cat test_result/excel_and_csv/FOSSLight-Report_SRC.csv
35-
cat test_result/excel_and_csv/FOSSLight-Report_BIN_TEST.csv
36-
cat test_result/excel_and_csv/FOSSLight-Report_CUSTOM_HEADER_SHEET.csv
37+
cat test_result/excel_and_csv/excel/Test_Excel.xlsx
3738
cat test_result/excel_and_csv/csv/Test_Csv.csv
3839
# Test - downloading source
3940
fosslight_download -s "https://github.com/LGE-OSS/example" -t test_git/
@@ -47,9 +48,6 @@ commands =
4748
python tests/test_output_format.py
4849
# Test - get spdx licenses
4950
python tests/test_spdx_licenses.py
50-
# Test - convert excel to yaml
51-
python tests/test_convert_to_yaml.py
52-
cat test_result/convert/fosslight-sbom-info.yaml
5351

5452
[testenv:release]
5553
deps =

0 commit comments

Comments
 (0)