Skip to content

Add pyproject.toml for python packaging #7636

Add pyproject.toml for python packaging

Add pyproject.toml for python packaging #7636

Triggered via pull request January 17, 2024 16:30
Status Failure
Total duration 53s
Artifacts

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
check (3.8)
Process completed with exit code 2.
check (3.11)
The job was canceled because "_3_8" failed.
check (3.11)
Process completed with exit code 2.
Lint: kernelci/scripts/kci_build.py#L314
self.step_cls is not callable
Lint: kernelci/scripts/kci_test.py#L174
Module 'kernelci.config' has no 'test' member
Lint
failed (no mypy cache directory)
Lint
No module named setup.py
Lint: kci#L15
Import "from kernelci.cli import kci" should be placed at the top of the module
Lint: kci#L16
Import "from kernelci.cli import api as kci_api, config as kci_config, docker as kci_docker, event as kci_event, job as kci_job, node as kci_node, storage as kci_storage, user as kci_user" should be placed at the top of the module
Lint: kci#L28
Missing function or method docstring
Lint: kernelci/kbuild.py#L34
Line too long (129/100)
Lint: kernelci/kbuild.py#L526
Line too long (116/100)
Lint: kernelci/kbuild.py#L376
TODO: olddefconfig should be optional/configurable
Lint: kernelci/kbuild.py#L382
TODO(nuclearcat): Fetch firmware only if needed
Lint: kernelci/kbuild.py#L433
TODO(nuclearcat): Not all images might be present
Lint: kernelci/kbuild.py#L470
TODO(nuclearcat): Implement to_json method?