diff options
author | Tom Rini <trini@konsulko.com> | 2023-12-09 14:52:46 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-09 14:58:21 -0500 |
commit | 65eed687729c28431d38c6c9174da4d878fb107f (patch) | |
tree | 2ce0835d07c921a29e630765d3a8a03d82e5a184 /doc | |
parent | 873791433602281ed230486606e326983c97a285 (diff) | |
download | u-boot-WIP/09Dec2023.zip u-boot-WIP/09Dec2023.tar.gz u-boot-WIP/09Dec2023.tar.bz2 |
test/py: Disable error E0611 in two cases for pylintWIP/09Dec2023
Recently pylint has started to complain about:
No name 'fs_helper' in module 'tests' (no-name-in-module)
Due to:
from tests import fs_helper
However, we have:
test/py/tests/fs_helper.py
And since we do not want to add a dummy test/py/tests/__init__.py to
silence this warning we instead just disable it as needed.
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions