Skip to content

Fix tox for GitHub CI and Ubuntu 24.04 #629

Fix tox for GitHub CI and Ubuntu 24.04

Fix tox for GitHub CI and Ubuntu 24.04 #629

Triggered via push November 15, 2024 13:19
Status Failure
Total duration 3m 49s
Artifacts

main.yml

on: push
Matrix: test
finish-coverage-upload
0s
finish-coverage-upload
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 9 notices
test (3.6, ubuntu-20.04)
Process completed with exit code 1.
pylint E0401: import-error: tests/test_pci.py#L6
Unable to import 'pyfakefs.fake_filesystem_unittest'
pylint E0611: no-name-in-module: tests/test_pci.py#L6
No name 'fake_filesystem_unittest' in module 'pyfakefs'
pylint E0606: possibly-used-before-assignment: tests/test_pci.py#L167
Possibly using variable 'FakeProcess' before assignment
pylint E0401: import-error: tests/test_ifrename_static.py#L7
Unable to import 'pyfakefs.fake_filesystem_unittest'
pylint E0611: no-name-in-module: tests/test_ifrename_static.py#L7
No name 'fake_filesystem_unittest' in module 'pyfakefs'
pylint E0401: import-error: tests/test_cpiofile.py#L15
Unable to import 'pyfakefs.fake_filesystem'
pylint E0611: no-name-in-module: tests/test_cpiofile.py#L15
No name 'fake_filesystem' in module 'pyfakefs'
pylint E0401: import-error: tests/test_ifrename_dynamic.py#L8
Unable to import 'pyfakefs.fake_filesystem_unittest'
pylint E0611: no-name-in-module: tests/test_ifrename_dynamic.py#L8
No name 'fake_filesystem_unittest' in module 'pyfakefs'
pylint E0401: import-error: tests/test_mountingaccessor.py#L7
Unable to import 'pyfakefs.fake_filesystem'
pylint R0917: too-many-positional-arguments: xcp/mount.py#L72
Refactor: Too many positional arguments (6/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L43
Refactor: Too many positional arguments (8/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L58
Refactor: Too many positional arguments (8/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L73
Refactor: Too many positional arguments (8/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L88
Refactor: Too many positional arguments (7/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L102
Refactor: Too many positional arguments (6/5)
pylint R0917: too-many-positional-arguments: xcp/bootloader.py#L46
Refactor: Too many positional arguments (10/5)
pylint R0917: too-many-positional-arguments: xcp/bootloader.py#L80
Refactor: Too many positional arguments (10/5)
pylint R0917: too-many-positional-arguments: xcp/net/ifrename/macpci.py#L38
Refactor: Too many positional arguments (8/5)