From 31f7c2beeb8eb0db2900aeef34fe7a2dfb0ef6c7 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 20 Jun 2015 17:21:06 -0500 Subject: [PATCH] Placate PEP8 naming --- test/test_wrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_wrapper.py b/test/test_wrapper.py index 0b993fe2..870e3c5d 100644 --- a/test/test_wrapper.py +++ b/test/test_wrapper.py @@ -62,7 +62,7 @@ def test_get_info(ctx_factory): (cl.Program, cl.program_info.KERNEL_NAMES), (cl.Program, cl.program_info.NUM_KERNELS), ]) - CRASH_QUIRKS = [ + CRASH_QUIRKS = [ # noqa (("NVIDIA Corporation", "NVIDIA CUDA", "OpenCL 1.0 CUDA 3.0.1"), [ @@ -92,7 +92,7 @@ def test_get_info(ctx_factory): (cl.Program, cl.program_info.SOURCE), ]), ] - QUIRKS = [] + QUIRKS = [] # noqa plat_quirk_key = ( platform.vendor, -- GitLab