diff --git a/test/test_wrapper.py b/test/test_wrapper.py index 0b993fe2aa674652b970a4a5debe5cc35fa3d9f7..870e3c5d946f321cbe93730369f17b26da5d44c4 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,