Update Docker Python Image to 3.10.14 (#35) #27
ci.yml
on: pull_request
Run linters
18s
Run unit tests
23m 4s
Annotations
4 errors and 1 warning
Run unit tests
Process completed with exit code 1.
|
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.
|
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#L46
assert 0 == 1
+ where 0 = len({})
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|