Skip to content

Commit

Permalink
Update tox
Browse files Browse the repository at this point in the history
Signed-off-by: jiyeong.seok <jiyeong.seok@lge.com>
  • Loading branch information
dd-jy committed Sep 6, 2024
1 parent 3e2e761 commit 54d1e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ def main():
if len(ret) > 2:
try:
for scan_item in ret[2]:
logger.warning(scan_item.get_row_to_print())
logger.warning(scan_item.get_print_array())
except Exception as ex:
logger.error("Error:"+str(ex))
if ret_scanoss:
for scan_item in ret_scanoss:
logger.warning(scan_item.get_row_to_print())
logger.warning(scan_item.get_print_array())


if __name__ == '__main__':
Expand Down
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ commands =

python tests/cli_test.py
pytest -v --flake8

pip install fosslight_scanner
pip install fosslight_android
fosslight -v
fosslight_android -v

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit 54d1e43

Please sign in to comment.