Skip to content

Use yarl instead of grpcio in tests to avoid dependabot warnings #31

Use yarl instead of grpcio in tests to avoid dependabot warnings

Use yarl instead of grpcio in tests to avoid dependabot warnings #31

Triggered via pull request August 2, 2024 08:05
Status Failure
Total duration 2m 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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
AssertionError: assert 4 == 2 + where 4 = len([DependencyInfo(idna, 3.7, ['BSD']), DependencyInfo(multidict, 6.0.5, ['Apache 2.0']), DependencyInfo(six, 1.16.0, ['MIT']), DependencyInfo(yarl, 1.9.4, ['Apache 2.0'])])
Run linters
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/