[Piglit] [PATCH 1/3] tests/all.py: hide some pylint warnings that can't be (easily) fixed.

2015-12-02 Thread baker . dylan . c
From: Dylan Baker Signed-off-by: Dylan Baker --- tests/all.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/all.py b/tests/all.py index 9f1b4f3..03da7cd 100644 --- a/tests/all.py +++ b/tests/all.py @@ -20,6

Re: [Piglit] [PATCH 1/3] tests/all.py: hide some pylint warnings that can't be (easily) fixed.

2015-12-02 Thread Vinson Lee
On Wed, Dec 2, 2015 at 2:36 PM, wrote: > From: Dylan Baker > > Signed-off-by: Dylan Baker > --- > tests/all.py | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/all.py b/tests/all.py