From 4a367430e8acbc035702d03ccef1ffd9d244d10d Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 26 Dec 2024 11:02:53 -0600 Subject: [PATCH] trivial: ignore too many positional arguments in tests --- tests/integration_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test.py b/tests/integration_test.py index c27b4e3..a3936d7 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -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 ):