Skip to content

Add unit test for "get_locally_installed_packages" function #85

Add unit test for "get_locally_installed_packages" function

Add unit test for "get_locally_installed_packages" function #85

Re-run triggered September 20, 2023 23:39
Status Success
Total duration 27s
Artifacts

flake8.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Lint: tests/test_pipreqs.py#L123
[flake8] reported by reviewdog 🐶 line too long (92 > 79 characters) Raw Output: ./tests/test_pipreqs.py:123:80: E501 line too long (92 > 79 characters)
Lint: tests/test_pipreqs.py#L164
[flake8] reported by reviewdog 🐶 line too long (86 > 79 characters) Raw Output: ./tests/test_pipreqs.py:164:80: E501 line too long (86 > 79 characters)
Lint: tests/test_pipreqs.py#L182
[flake8] reported by reviewdog 🐶 line too long (86 > 79 characters) Raw Output: ./tests/test_pipreqs.py:182:80: E501 line too long (86 > 79 characters)
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/