Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
pyparsing
scancode-toolkit>=32.2.0
scanoss
XlsxWriter
fosslight_util>=2.1.0
fosslight_util>=2.1.1
PyYAML
wheel>=0.38.1
intbitset
fosslight_binary>=5.0.0
scancode-toolkit==32.0.*;sys_platform=="darwin"
scancode-toolkit==32.2.*;sys_platform!="darwin"
psycopg2-binary==2.9.9
4 changes: 2 additions & 2 deletions tests/test_tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def test_run():


def test_help_command():
success, _ = run_command("fosslight_source -h")
assert success is True, "Test Release: Help command failed "
success, msg = run_command("fosslight_source -h")
assert success is True, f"Test Release: Help command failed :{msg}"


def test_scan_command():
Expand Down
Loading