Update year range #44
ci.yml
on: pull_request
Run linters
27s
Run unit tests
1m 12s
Annotations
5 errors
Run linters
Process completed with exit code 1.
|
Run unit tests
Process completed with exit code 1.
|
test/test_licensevalidator.py.test_python_with_workflows:
test/test_licensevalidator.py#L20
AssertionError: assert 1 == 2
+ where 1 = len({'Workflows': [DependencyInfo(actions/checkout, v2, ['MIT License'])]})
|
test/test_licensevalidator.py.test_python_without_workflows:
test/test_licensevalidator.py#L49
assert 0 == 1
+ where 0 = len({})
|
test/lib/test_licensefinder.py.test_execution_python:
test/lib/test_licensefinder.py#L19
subprocess.CalledProcessError: Command '['license_finder', 'report', '--save=/tmp/license-finder/dependencies-notice', '--prepare', '--python-version=3', '--decisions_file=/dependency_decisions_overwrites.yml', '--pip-requirements-path=requirements.txt']' returned non-zero exit status 1.
|