Skip to content

Add pyproject.toml for python packaging #7645

Add pyproject.toml for python packaging

Add pyproject.toml for python packaging #7645

Triggered via pull request January 18, 2024 10:40
Status Success
Total duration 1m 1s
Artifacts

main.yml

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

Annotations

3 errors and 10 warnings
Lint: kernelci/scripts/kci_build.py#L316
self.step_cls is not callable
Lint: kernelci/scripts/kci_test.py#L175
Module 'kernelci.config' has no 'test' member
Lint
failed (no mypy cache directory)
Lint
No module named setup.py
Lint: kci#L16
Import "from kernelci.cli import kci" should be placed at the top of the module
Lint: kci#L17
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#L29
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?