Skip to content

Add pyproject.toml for python packaging #7623

Add pyproject.toml for python packaging

Add pyproject.toml for python packaging #7623

Triggered via pull request January 17, 2024 09:32
Status Failure
Total duration 47s
Artifacts

main.yml

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

Annotations

7 errors and 10 warnings
check (3.11)
Process completed with exit code 2.
Lint: kci#L10
No name 'update_sys_path' in module ''
Lint: kernelci/scripts/kci_build.py#L312
self.step_cls is not callable
Lint: kernelci/scripts/kci_test.py#L173
Module 'kernelci.config' has no 'test' member
Lint
failed (no mypy cache directory)
check (3.8)
The job was canceled because "_3_11" failed.
check (3.8)
Process completed with exit code 2.
Lint
No module named setup.py
Lint: kci#L24
Missing function or method docstring
Lint: kci#L11
first party import "from kernelci.cli import kci" should be placed before "from . import update_sys_path"
Lint: kci#L12
first party 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 before "from . import update_sys_path"
Lint: kernelci/kbuild.py#L34
Line too long (129/100)
Lint: kernelci/kbuild.py#L523
Line too long (116/100)
Lint: kernelci/kbuild.py#L373
TODO: olddefconfig should be optional/configurable
Lint: kernelci/kbuild.py#L379
TODO(nuclearcat): Fetch firmware only if needed
Lint: kernelci/kbuild.py#L430
TODO(nuclearcat): Not all images might be present
Lint: kernelci/kbuild.py#L467
TODO(nuclearcat): Implement to_json method?