mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2025-12-25 00:00:16 +01:00
trivial: ignore too many positional arguments in tests
This commit is contained in:
parent
6bb109926c
commit
4a367430e8
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ class Tests(dbusmock.DBusTestCase):
|
|||
+ f"but '{self.read_file_contents(path)}'",
|
||||
)
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
# pylint: disable=too-many-arguments,too-many-positional-arguments
|
||||
def assert_sysfs_attr_eventually_is(
|
||||
self, device, attribute, contents, timeout=800, keep_checking=0
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue