Skip to content

update test ci

update test ci #62

Triggered via push June 15, 2026 21:33
Status Success
Total duration 40s
Artifacts

test-lint.yaml

on: push
Matrix: Python Test and Lint
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
ruff (ARG005): tests/io/test_cli_main.py#L45
tests/io/test_cli_main.py:45:11: ARG005 Unused lambda argument: `args`
ruff (ANN001): tests/io/test_cli_main.py#L31
tests/io/test_cli_main.py:31:2: ANN001 Missing type annotation for function argument `monkeypatch`
ruff (I001): tests/io/test_cli_main.py#L1
tests/io/test_cli_main.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (ANN001): tests/conftest.py#L22
tests/conftest.py:22:18: ANN001 Missing type annotation for function argument `record`
ruff (PLR2004): licensecheck/packageinfo.py#L194
licensecheck/packageinfo.py:194:31: PLR2004 Magic value used in comparison, consider replacing `200` with a constant variable
ruff (PGH003): licensecheck/packageinfo.py#L172
licensecheck/packageinfo.py:172:41: PGH003 Use specific rule codes when ignoring type issues
ruff (SLF001): licensecheck/packageinfo.py#L81
licensecheck/packageinfo.py:81:16: SLF001 Private member accessed: `_spec`
ruff (SLF001): licensecheck/packageinfo.py#L80
licensecheck/packageinfo.py:80:24: SLF001 Private member accessed: `_specs`
ruff (SIM115): licensecheck/io/cli.py#L153
licensecheck/io/cli.py:153:8: SIM115 Use a context manager for opening files
ruff (E501): licensecheck/io/cli.py#L1
licensecheck/io/cli.py:1:101: E501 Line too long (106 > 100)
ruff (ARG005): tests/io/test_cli_main.py#L45
tests/io/test_cli_main.py:45:11: ARG005 Unused lambda argument: `args`
ruff (ANN001): tests/io/test_cli_main.py#L31
tests/io/test_cli_main.py:31:2: ANN001 Missing type annotation for function argument `monkeypatch`
ruff (I001): tests/io/test_cli_main.py#L1
tests/io/test_cli_main.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (ANN001): tests/conftest.py#L22
tests/conftest.py:22:18: ANN001 Missing type annotation for function argument `record`
ruff (PLR2004): licensecheck/packageinfo.py#L194
licensecheck/packageinfo.py:194:31: PLR2004 Magic value used in comparison, consider replacing `200` with a constant variable
ruff (PGH003): licensecheck/packageinfo.py#L172
licensecheck/packageinfo.py:172:41: PGH003 Use specific rule codes when ignoring type issues
ruff (SLF001): licensecheck/packageinfo.py#L81
licensecheck/packageinfo.py:81:16: SLF001 Private member accessed: `_spec`
ruff (SLF001): licensecheck/packageinfo.py#L80
licensecheck/packageinfo.py:80:24: SLF001 Private member accessed: `_specs`
ruff (SIM115): licensecheck/io/cli.py#L153
licensecheck/io/cli.py:153:8: SIM115 Use a context manager for opening files
ruff (E501): licensecheck/io/cli.py#L1
licensecheck/io/cli.py:1:101: E501 Line too long (106 > 100)
ruff (ARG005): tests/io/test_cli_main.py#L45
tests/io/test_cli_main.py:45:11: ARG005 Unused lambda argument: `args`
ruff (ANN001): tests/io/test_cli_main.py#L31
tests/io/test_cli_main.py:31:2: ANN001 Missing type annotation for function argument `monkeypatch`
ruff (I001): tests/io/test_cli_main.py#L1
tests/io/test_cli_main.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (ANN001): tests/conftest.py#L22
tests/conftest.py:22:18: ANN001 Missing type annotation for function argument `record`
ruff (PLR2004): licensecheck/packageinfo.py#L194
licensecheck/packageinfo.py:194:31: PLR2004 Magic value used in comparison, consider replacing `200` with a constant variable
ruff (PGH003): licensecheck/packageinfo.py#L172
licensecheck/packageinfo.py:172:41: PGH003 Use specific rule codes when ignoring type issues
ruff (SLF001): licensecheck/packageinfo.py#L81
licensecheck/packageinfo.py:81:16: SLF001 Private member accessed: `_spec`
ruff (SLF001): licensecheck/packageinfo.py#L80
licensecheck/packageinfo.py:80:24: SLF001 Private member accessed: `_specs`
ruff (SIM115): licensecheck/io/cli.py#L153
licensecheck/io/cli.py:153:8: SIM115 Use a context manager for opening files
ruff (E501): licensecheck/io/cli.py#L1
licensecheck/io/cli.py:1:101: E501 Line too long (106 > 100)
Python Test and Lint (3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Python Test and Lint (3.14)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Python Test and Lint (3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/