[Piglit] [PATCH v3 22/28] framework/profile: remove unused argument from TestProfile.group_manager

Dylan Baker dylan at pnwbakers.com
Mon Oct 31 17:50:18 UTC 2016


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/profile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/profile.py b/framework/profile.py
index e0c1f72..8c1fc4a 100644
--- a/framework/profile.py
+++ b/framework/profile.py
@@ -219,7 +219,7 @@ class TestProfile(object):
         }
 
     @contextlib.contextmanager
-    def group_manager(self, test_class, group, prefix=None, **default_args):
+    def group_manager(self, test_class, group, **default_args):
         """A context manager to make working with flat groups simple.
 
         This provides a simple way to replace add_plain_test,
-- 
git-series 0.8.10


More information about the Piglit mailing list