We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f61479 + 4c41acd commit 13f2928Copy full SHA for 13f2928
requirements.txt
@@ -1,9 +1,11 @@
1
pyparsing
2
-scancode-toolkit>=32.2.0
3
scanoss
4
XlsxWriter
5
-fosslight_util>=2.1.0
+fosslight_util>=2.1.1
6
PyYAML
7
wheel>=0.38.1
8
intbitset
9
fosslight_binary>=5.0.0
+scancode-toolkit==32.0.*;sys_platform=="darwin"
10
+scancode-toolkit==32.2.*;sys_platform!="darwin"
11
+psycopg2-binary==2.9.9
tests/test_tox.py
@@ -39,8 +39,8 @@ def test_run():
39
40
41
def test_help_command():
42
- success, _ = run_command("fosslight_source -h")
43
- 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}"
44
45
46
def test_scan_command():
0 commit comments