Skip to content

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

Use yarl instead of grpcio in tests to avoid dependabot warnings

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

Triggered via pull request August 2, 2024 08:37
Status Failure
Total duration 1m 16s
Artifacts

ci.yml

on: pull_request
Run linters
19s
Run linters
Run unit tests
1m 7s
Run unit tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Run unit tests
Process completed with exit code 1.
test/test_licensevalidator.py.test_python_with_workflows: test/test_licensevalidator.py#L20
AssertionError: assert 'idna' == 'grpcio' - grpcio + idna
test/test_licensevalidator.py.test_python_without_workflows: test/test_licensevalidator.py#L46
AssertionError: assert 'idna' == 'grpcio' - grpcio + idna
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/