diff --git a/requirements.txt b/requirements.txt index ecad54b5..feac440b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file diff --git a/tests/test_tox.py b/tests/test_tox.py index 699c9824..53708baa 100644 --- a/tests/test_tox.py +++ b/tests/test_tox.py @@ -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():