trivial: ignore too many positional arguments in tests

This commit is contained in:
Mario Limonciello 2024-12-26 11:02:53 -06:00
parent 6bb109926c
commit 4a367430e8

View file

@ -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
):